A React Web App that create and monitor tasks.
A sample web app has been deployed into the distribution directory.
To start managing tasks, open up the /dist/index.html
.
Install all the dependencies needed for development.
npm install
npm test
npm run test:watch
npm run test:coverage
The following command will deploy the web application into /dist
.
npm run build
- React - Web UI library
- react-redux - Predictable state container for React
- React Router - Routing library
- Chart.js - Charting library
- Webpack - v4 - Module bundler
- Jest - Testing library
- Ewe Seong, Yeoh
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details