Moonly is a simple and elegant music player with synchronized lyrics, built using React and Vite. It provides a smooth listening experience with real-time lyric highlighting based on the current playback time.
👉 https://maxwellolliver.github.io/moonly/
- 🎧 Audio playback (play, pause, seek)
- 📝 Synchronized lyrics (LRC-style)
- ⏱️ Real-time lyric highlighting
- 📱 Responsive UI
- 🎨 Clean and modern interface
- React 18
- TypeScript
- Vite
- Stitches (CSS-in-JS)
- HTML5 Audio API
# Clone the repository
git clone https://github.com/your-username/moonly.git
# Navigate into the project
cd moonly
# Install dependencies
yarn
# Run development server
yarn dev