Karanmalviya / Rythm-The-Music-Player

We build a music stream website where you can listen to your favorite songs nonstop and also add free. We used a free API for fetching the data basically music metadata. We used react js for making the UI look good

Home Page:https://rythm.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rythm: The Music Player

How to create

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app

How to run

npm run dev 
or 
npm yarn dev

Installation

NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_CLIENT_SECRET= 'spotify secret client id'
NEXT_PUBLIC_CLIENT_ID= 'spotify client id'
JWT_SECRET=some_super_secret_value

Configure Setting in Spotify Developer

Screenshot 2022-04-21 224110

Preview

1 2 3 4 5

πŸ‘‰ If you like this project, give it a star ✨ and share πŸ‘¨πŸ»β€πŸ’» it to your friends πŸ‘ˆ

About

We build a music stream website where you can listen to your favorite songs nonstop and also add free. We used a free API for fetching the data basically music metadata. We used react js for making the UI look good

https://rythm.vercel.app


Languages

Language:JavaScript 98.4%Language:CSS 1.2%Language:TypeScript 0.4%