Waxnote is a frontend concept exploring how playlist data could become an editorial music experience. This repository contains a polished, interactive React/Vite prototype built entirely with local mock data.
- Frontend-only React application
- Built with Vite
- Fully mocked playlists, analytics, listening history, and interface states
- No backend or API requests
- No external service or user credentials required
- No environment variables, credentials, or secrets required
- No live Spotify functionality
The playlist picker, editorial dashboard, responsive layouts, and immersive Wrapped mode are demonstrations of product direction rather than connected services.
Install dependencies and start the Vite development server:
npm install
npm run devUseful checks:
npm run lint
npm run build