A modern UI built with React + Tailwind CSS + TypeScript, using React Router v7 for navigation. This app connects to the FastAPI backend to fetch music recommendations from Spotify, Deezer, and Last.fm.
- Search by track or artist
- Preview audio snippets
- Explore related artists and top songs
- Built-in API integration with
/recommendations
routes - Fully responsive and deployable on Vercel or Render (static)
- React (with React Router v7)
- TypeScript
- Tailwind CSS
- Vite
- Spotify / Deezer / Last.fm APIs
npm install
npm run dev