This is a simple pomodoro timer build with Nuxt and Vue ecossystem.
- Session times can be customized
- Browser notifications
- Alarm sound when a session end
Clone the project
git clone https://github.com/Shnrqpdr/pomopomo.git
cd pomopomo
Install dependencies (node v18)
npm install
Run the app on http://localhost:3000
npm run dev
Contributions are always welcome!