The goal of this project is to make a pomodoro timer.
To run this project on your local server, first install the dependencies with the command:
npm install
After that is done, you can start the server with:
npm run dev
- Timer mode switching
- Skip button
- Use of notification API
- Settings panel
- Customisable times, auto breaks toggle, auto pomodoros toggle, and long break interval trigger
- Alarm sounds
- LocalStorage support
- Mobile support
- React
- Vite
- Typescript
- Inspired by Pomofocus