A web app combining the Pomodoro technique, to-do lists, and music to enhance focus and productivity.
- 📅 Pomodoro Timer – Customizable work and you get total hours you work in your local storage no worry of privay of today and pomodoro
- ✅ To-Do List – Track and complete tasks
- 🎵 Music Player – Play YouTube playlists and also youtube music playlists
- 🎼 Playlist Categories – customs playlist according to your mood
- 📱 Responsive UI – Works on all devices
- Clone the repo:
git clone https://github.com/yourusername/pomotune.git cd pomotune
- Get a YouTube API Key from Google API Console
- Create a .env file and add:
VITE_YOUTUBE_API_KEY=YourYouTubeAPIKey
- Install dependencies & start the app:
npm install npm run dev
- State Management – Zustand
- UI Icons – Lucide React
- YouTube Integration – React YouTube
- Notifications – React Hot Toast
- Confetti Effects – Canvas Confetti
🚀 Stay productive with PomoTune!