A simple Pomodoro timer app built with ReScript.
- Start/stop the timer
- Set the work and break durations
- View the remaining time in the current session // progress
- Track your progress with a history of completed sessions // progress
To install the Pomodoro app, follow these steps:
-
Clone this repository
git clone https://github.com/kemalmao19/pomodoro.git
-
install Dependencies
npm install
-
run rescript compiler
npm run res:dev
-
run vite
npm run dev