This project was bootstrapped with Create React App.
This stop watch program is written with Reactjs to demostrate how to quickly create a reactjs project with basic UI and simple interactions.
User can do three tasks:
- Start the watch
- Pause the watch
- Reset the watch
In the program folder(/react-stop-watch), type following command
npm start
- Reactjs
- ES6
- Babel
- Webpack
- webpack-dev-server
- create-react-app