The MuchToDo App will include the followig screens initially:
- Landing Page
- Home Page
- Add New Task Page
- Add New Category Page
This page that gives a basic explanation of what the app is and how to use it.
| Landing Page |
|---|
| User clicks Get Started Button → Home Page |
This page gives a view of current open and completed tasks and provides access to key functionality.
| Home Page |
|---|
| User clicks + Add Task button → Add New Task Page |
| User clicks + Add Task Category button → Add New Category Page |
| User clicks checkbox next to incomplete task → Task moves to Completed Tasks lists and the task name has a strikethrough through it |
This page allows a user to add a new task.
| Add New Task Page |
|---|
| User enters valid task and clicks Add Task button → Home Page |
| User enters invalid task name and clicks Add Task button → Error message displayed and they remain on Add New Task Page |
| User clicks Add New Category link → Add New Category Page |
This page allows a user to add a new category to categorize their tasks.
| Add New Category Page |
|---|
| User enters valid category and clicks Add Category button → Home Page |
| User enters invalid category name and clicks Add Category button → Error message displayed and they remain on Add New Category Page |