Created for CS3219 Software Engineering Principles and Patterns Own Time Own Target (OTOT) Task B.
Backend: https://github.com/ianyong/todo-backend
- Install Node
>= 14
by following the instructions here. - Install dependencies.
$ yarn
- Start the application.
By default, the frontend is accessible at http://localhost:3000/.
$ yarn run start
- The linters and code formatters are handled by Yarn and should have been installed along with the project dependencies.
$ yarn run check
- To fix issues which can be automatically corrected:
$ yarn run fix