-- This was a simple react component used for a presentation --
This project was bootstrapped with Create React App.
Simple countdown component for a ReactJS presentation - Uses CRA to fast track build time.
There is no validation or anything on the countdown just simplys counts down and will go into negative
To install, pull down the source code, use "npm install" in the root directory.
Then use "npm start" to get a dev version of the component.
You can use "npm run build" when you're ready to generate a prod ready version.