A simple ​countdown timer application build with React JS.
$ git clone https://github.com/uidoyen/countdown-timer
$ cd countdown-timer
$ npm install
#or
$ yarn install
$ npm run start
#or
$ yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
$ npm run build
#or
$ yarn build
The page will reload if you make edits.
You will also see any lint errors in the console.