App Screen 3
Jul 22, 2017 · 2 min read
There are two more important screens:
- Add Task
- Tags
Add Task:
The user inputs is taken to schedule a task along with a tag associated with it. The tags are from a predefined list and can be used in future to search Tasks by tag. Add Task screen adds tasks to the task database.

Featured Code:

Tag Screen:
This page has a list of predefined tags that a user can choose from, Which then takes them to the result page with all tasks with that tag.

Featured Code:
Clicking on a tag stores the tag in a HTML5 session variable which is user to search tasks by tag in search page.
The user is redirected to the ‘/search’ page.
