A to-do web app built with React.js and Node.js.
| A user: | |
|---|---|
| must sign up and login before adding to-dos | |
| can add a task name, task description and set its deadline | ✔️ |
| can check off a task to mark as completed | ✔️ |
| can see a list of their to-dos | ✔️ |
| can search for to-dos according to the task name | |
| can filter to-dos according to the deadline and completion status |