Playwave is a minimal Spotify clone built as a mini weekend project.
Try it here
... from my point of view.
Screen.Recording.2023-04-17.at.10.00.18.mov
Search and play any song you like from Spotify.
View audio features like energy, valance, danceability, instrumentalness, acousticness and speechiness.
Screen.Recording.2023-04-17.at.10.02.05.mov
Find songs with similar audio features!
Screen.Recording.2023-04-17.at.10.08.31.mov
Show off your music taste with screenshots!
- NextJs
- NextAuth
- TailwindCSS
- Spotify API
- Zustand
First, add your Spotify Client ID and Client Secret to .env.local
Second, install the dependencies and run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000.