Task Manager: Side-project created with NestJS(Backend), ReactJs(Frontend)
Backend functionalities:
- Create a User
- Authenticate with JWT (No localstorage is used to save the information)
- Create a Task
- Mark the task as completed
- Delete all tasks
Frontend functionalities:
- Sign up
- Sign in
- Persist login (No localstorage is used to save JWT)
- Communicate with the backend