Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.97 KB

File metadata and controls

43 lines (26 loc) · 1.97 KB

Goals for V-1.0.0

>> User Interface

the Website or WebApp will consist of a simple layout.

  • Sitemap

image


The Home Page will have 2 links, for To-do Page and Notes page.

image

Through this links the user will navigate to either pages.


- Todo Page

The todo page consist of a simple Todo Section, where the user can create new todo, See Todo list, Edit Todo, Finish Todo (Hiting the Check), and delete Todo.

image

  • when Add new todo button is clicked, A textbox appears to write the task: - image

  • the todo is saved when user types and clicks on "Add" button. After this, the todo is added to the list: - image


- Notes Page

The Notes Page consist of a Notes section, where the user can Create new notes, See notes list, click on a note to view the page, Edit a note, and delete a note.

image

  • When User Clicks on Add New button, a new page loads. In this page the user can give the note a title and write it's content. image

  • When User Click on any note from the list, a new page loads. In this page the user can See the note's content, edit the content, change the title or delete the note.

    • image
    • image