The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.
- Add tasks to work on today
- Set estimate pomodoros (1 = 25min of work) for each tasks
- Start timer and focus on the task for 25 minutes
- Take a break for 5 minutes when the alarm ring
- Iterate 3-5 until you finish the tasks
- Responsive design that works with desktop and mobile
- Color transition to switch moods between work time and rest time
- Customizable timer intervals to suit your preference
- Dynamic browser tab title based on timer
- Tailwind CSS
- Webpack
- JavaScript
- gh-pages
To get a local copy up and running follow these steps:
- Clone the repo
git clone https://github.com/francoromanol/pomodoro-app
- Install NPM packages
npm install
-
npm run start
Once started, the app should be available via localhost:3000