Skip to content

A spotify clone project made with typescript , tailwind CSS and NextJS which has functionality like add sa song, next song and previous song buttons , Volume controls, Create own playlist, Favorite songs

License

Notifications You must be signed in to change notification settings

kush-7k/spotify-clone

Repository files navigation

Required:

Node version 14.x

Clone this repo

git clone https://github.com/kush-7k/spotify-clone

Install packages

npm install

I have used convex for the database in order to provide the user interactions to design and deploy properly.

Run Convex

npx convex dev

Run the app

npm run dev

Next JS documentation below

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Functionalities

Push and Play the song

Play next/previous song button

Make your own album

Make a favorite song list

Volume controls

Song control

Upload song

Upload images

Clone1pic

.env

Do not forget to add your env variables it should look like this

CONVEX_DEPLOYMENT

NEXT_PUBLIC_CONVEX_URL

About

A spotify clone project made with typescript , tailwind CSS and NextJS which has functionality like add sa song, next song and previous song buttons , Volume controls, Create own playlist, Favorite songs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published