Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 723 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 723 Bytes

React Pomodoro Timer

Live Project

Introduction

This is a basic pomodoro timer build in React. If you have not heard about the Pomodoro Technique it is a time management method that breaks work down into intervals separated by short breaks. You can read more about it on it's Wikipedia page here Pomodro.

Usage

By default the Pomodoro App will have a 25 minute work interval and a 5 minute break interval. Both can be adjusted. You can also reset the application to restart your session.

Roadmap

  • Track how many sessions have been completed.
  • Convert State Management to Redux
  • Add Unit Tests