Skip to content

kravchenkoegor/react-pomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Timer with React Hooks

This application is a timer for a Pomodoro technique. if you don't know what it is, you can check it here.

I made this app having used React, TypeScript and React Hooks.

Future plans

  • tasks
  • integration with MongoDB to store data and user statistics
  • maybe, some beatiful data visualisaton like Chart.js

How to run the project

Clone the project, then enter the project directory and type npm i to install dependencies.

Then run npm start to start the project.