This react application allows the user to input a start time and end time and countdown the time difference in seconds.
- Clone the repo or download it
$ git clone https://github.com/eyao06/react-countdown-timer.git
$ cd react-countdown-timerImportant: You must install the latest version of Node, git, and npm first
- Open a terminal and
cdinto project folderreact-countdown-timer
$ cd react-countdown-timer- Install the dependencies
$ npm install- Launch application
$ npm start