Skip to content

Spotify Clone with Next.js 13, React, Typescript, Tailwind, Supabase, PostgreSQL

Notifications You must be signed in to change notification settings

brunomaffei/Spotify

Repository files navigation

Spotify Clone with Next.js 13.4 App Router: React, Tailwind, Supabase, PostgreSQL, Stripe.

241812095-2722c7bd-2d8f-44a9-97b9-f2711a8d8b64-PhotoRoom

Spotify Clone with Next.js 13 App Router: React,Typescript, Tailwind, Supabase, PostgreSQL,

Key Features:

  • Song upload
  • Tailwind design for sleek UI
  • Tailwind animations and transition effects
  • Full responsiveness for all devices
  • Credential authentication with Supabase
  • Github authentication integration
  • File and image upload using Supabase storage
  • Client form validation and handling using react-hook-form
  • Server error handling with react-toast
  • Play song audio
  • Favorites system
  • Playlists / Liked songs system
  • Advanced Player component
  • Handling relations between Server and Child components in a real-time environment

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/brunomaffei/spotify.git

Install packages

npm i

Setup .env file

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

About

Spotify Clone with Next.js 13, React, Typescript, Tailwind, Supabase, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages