A music streaming analytics dashboard for a take-home assessment. 📊
- React: bootstrapped with Vite.
- Lucide: for icons.
- shadcn/ui: for all the amazing components used.
- Mirage JS: for mock server data
- under the hood components like tanstack-table & recharts are used.
Clone the repository and install dependencies:
git clone https://github.com/yourusername/streamify.git
cd streamify
npm install
npm run dev