Skip to content

jingerdev/react-pomodoro-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simporo - stay focused!

A simple pomodoro app based on React. It is based on the pomodoro technique, a time management method which uses a timer to break a task into several shorter sessions, with breaks in between.

It was developed by Francesco Cirillo in 1980s, a student who used to use a tomato shaped kitchen timer, hence, the name pomodoro, the Italian word for tomato.

In this app, it uses the traditional 25 minutes interval for work time, 5 minutes for short break and 15 minutes for long break.

Screenshot

Screenshot

Installation

  1. Clone the project repository.

    git clone https://github.com/jingerdev/react-pomodoro-app
    
  2. Go to the directory of the project by typing

    cd react-pomodoro-app
    
  3. Install packages and dependencies.

    yarn install
    

    or

    npm install
    
  4. Start the project

    yarn start
    

    or

    npm start
    

Open http://localhost:3000 to view it in the browser.

Demo

View Demo

Project Details

Credits

ko-fi

About

Simple pomodoro app to help you focus on your tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published