A minimal Spotify-like web app built with Vite and React. Play around with music browsing UI, simple stats, and a clean, responsive interface.
- Basic navigation and playback UI
- Pages for Home, Search, Artists, Albums, Playlists, Daily Mix, and Stats
- Lightweight component library and utilities
- Fast dev experience with Vite
- Clone the repo
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Build for production:
npm run build
- Preview the production build:
npm run preview
src/React app sourcecomponents/UI components and pagesstore/app state and slicesutils/helper utilities
public/static assetsspotify-layer/Spotify-related API utilitiesanimus-components/shared UI componentsmobx-utils/store helpers
- Node.js 18+ and npm
npm run dev: start Vite dev servernpm run build: create production buildnpm run preview: preview the production build
MIT