A responsive music streaming web app built with Next.js and the Spotify API. This app allows users to explore playlists, search for artists and tracks, and control playback using a clean and intuitive interface styled with TailwindCSS. With Next.js routing for smooth navigation and Redux for global state management, this app ensures a seamless experience for managing user data and player states across the app.
git clone https://github.com/spartanns/vibeflow.git
cd vibeflow
Create a .env
file with the following content:
NEXT_PUBLIC_SPOTIFY_API_KEY=
You can get your API key here
npm install
npm run dev
Go to http://localhost:3000