Pomodoro Timer
A simple pomodoro timer built with Vue.js.
Features
- Set a custom work and break time.
- Send a notification when the timer is done.
- Play a sound when the timer is done.
- Add a todo list.
- Dark mode.
- Storage timer state in local storage.
- Add a pomodoro history.
Demo
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build