A React-based music dashboard that connects to the Last.fm API to surface K-pop listening statistics with dynamic data visualizations.
- 🎵 Displays top artists based on Last.fm listening data
- 📈 Trending tracks with real-time API data
- 🥧 Pie and bar charts powered by Recharts
- 🔍 Search and explore K-pop artist statistics
- 📱 Responsive design for mobile and desktop
- React — component-based UI
- TypeScript — type-safe codebase
- Recharts — data visualizations
- TailwindCSS — utility-first styling
- Last.fm API — music listening data
- Vite — fast dev environment and build tool
git clone https://github.com/Melmoyo/Wave-Stat.git
cd Wave-Stat
npm install
npm run devNote: You'll need a Last.fm API key. Create a free account at last.fm/api and add it to a
.envfile asVITE_LASTFM_API_KEY=your_key_here