A basic countdown app app made with React.js
You can see a live demo here deployed through Firebase.
This project was bootstrapped with Create React App.
# install dependencies
npm install
# build for production with minification
npm start
# run all tests
npm test