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]
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!