Implementation of the client side of the application, the API was provided for the course.
The app supports:
- Registering and logging in
- Creating task lists from the tasks in the databases
- Browsing and modifying the task lists
- The validation of every field in the forms
- Light and Dark themes
First, clone the folder and navigate to the subfolders.
In the client and rest-api folders, install the dependencies with npm install.
Run the projects with npm start.
This project uses Node 17