Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 512 Bytes

File metadata and controls

14 lines (10 loc) · 512 Bytes

Features:

  • User can add a todo with following fields:

    • A title

    • A description describing the given todo in more detail.

    • Relevant tags based on the nature of the task.

    • And allot a time of completion.

  • User can edit a todo.

  • User can delete a todo.

  • User can search for a specific todo based on tags.

  • By clicking on the todo title, user will be redirected to a dedicated page with more details about a todo and a pomodoro to start countdown timer and start working on the todo.