Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 805 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 805 Bytes

Pomodoro Timer - PomoTimer

The goal of this project is to make a pomodoro timer.

Install:

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

Features

  • 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
Tools and technologies used:
  • React
  • Vite
  • Typescript

Credits: