Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 919 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 919 Bytes

React Pomodoro

Deployed via Netlify, Access it here

Screenshot

Description

The Pomodoro Method is a simple productivity technique involving a timer and alternating between work sessions and short break sessions. For more information see the wikipedia page.

Features

  • Time display
  • Adjustable Timer for Focus
  • Adjustable Timer for Break
  • Stop timer button
  • Alarm notification
  • Web Notification

Tech Used

  • Create-React-App
  • React-Bootstrap

Design Theme

cyborg theme from bootswatch

Running Locally

  1. git clone https://github.com/CavanWagg/React-pomodoro.git
  2. inside the repo run npm install
  3. run npm start to view in browser via localhost