Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 473 Bytes

File metadata and controls

19 lines (14 loc) · 473 Bytes

React Timer

Hello! This is a simple react web app that gives you a countdown feature and a timer feature.

(Live Demo)[http://jude2go-timer.herokuapp.com/#/countdown?_k=i5nrlc]

Get Started

First of all clone or download to your local machine, you need NodeJS installed on your machine and then install the npm dependencies in the root folder as such:

npm install

Then from the root directory run:

node server

And then your'e good to go!

Enjoy!