项目作者: kravchenkoegor

项目描述 :
Pomodoro Timer made using React Hooks and TypeScript
高级语言: TypeScript
项目地址: git://github.com/kravchenkoegor/react-pomodoro-timer.git
创建时间: 2020-01-16T19:31:10Z
项目社区:https://github.com/kravchenkoegor/react-pomodoro-timer

开源协议:

下载


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.