Recreate a stopwatch in React. Your final product should function similarly to this deployed version of the component.
- Fork and clone this repo
- Once you have the app locally, install necessary dependencies with
$ npm install
- Start the development server locally with
$ npm start
, then visitlocalhost:3000
in the browser to view app
Take the existing markup rendered from the Stopwatch
component in src/Stopwatch.js
and change into a fully functioning component. This means that you only have to add functionality -- not markup or styling -- to the existing code!