Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.39 KB

Todoist clone React app

This project was bootstrapped with Create React App.

Screenshots

Today tasks

Edit task Drag and drop task Project tasks

Technologies used in this project

Features

  • Create/Edit/Save, Mark as Done Task.

  • Sub tasks - Each Task can have multiple sup tasks.

  • Set Deadline, Priority and Drag Drop to reorder Tasks.

  • Both Inline and Popup edit Task function.

  • Project features - can assign Tasks to a specific Project.

Features on Plan

  • Time tracker - to tracking time when you are doing on the Task. Stop it when you finished the Task, to see how many time used for the Task.

  • Timeline chart - showing Time used by each Task in a calendar chart. Example

  • Filter/Sort Tasks.

  • Comment in Task

  • User/Authentication.

  • Kanban Board style Project - like Trello, this feature existed in original Todoist.

  • ......