Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 312 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 312 Bytes

React Timer App

Simple timer app built from scratch because i didn't like the google's one.

Live demo

https://ginop-1.github.io/react-timer-app/

Build / host for yourself

git clone https://github.com/ginop-1/react-timer-app.git
cd react-timer-app
npm install

npm start or npm run build