Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

eweseong/task-manager

Repository files navigation

Task Management

A React Web App that create and monitor tasks.

Quick Start

A sample web app has been deployed into the distribution directory. To start managing tasks, open up the /dist/index.html.

Development

Install dependencies

Install all the dependencies needed for development.

npm install

Running the tests

Execute all tests

npm test

Watch tests

npm run test:watch

Tests coverage report

npm run test:coverage

Deployment

The following command will deploy the web application into /dist.

npm run build

Built With

Authors

  • Ewe Seong, Yeoh

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published