Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.74 KB

README.md

File metadata and controls

64 lines (50 loc) · 1.74 KB

Logo

PomoApp

Live Demo



product-screenshot

About the app

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.

How to use it?

  1. Add tasks to work on today
  2. Set estimate pomodoros (1 = 25min of work) for each tasks
  3. Start timer and focus on the task for 25 minutes
  4. Take a break for 5 minutes when the alarm ring
  5. Iterate 3-5 until you finish the tasks

Features

  • 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

Made with

Installation and start

To get a local copy up and running follow these steps:

  1. Clone the repo
    git clone https://github.com/francoromanol/pomodoro-app
  2. Install NPM packages
    npm install
  3. npm run start

Once started, the app should be available via localhost:3000

Have a great day!