You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,9 @@ To run the app use the script provided by "create-react-app" package as follows:
14
14
15
15
To run the test cases, use the script provided by "create-react-app" package as follows:
16
16
### `npm test`
17
+
18
+
# Future scope
19
+
* Feature like **deletion of todos** from the list & if taking it even further have access to **recently deleted items list with ability to restore todos** can be a great utility of this app in future.
20
+
* Presence of field like **deadline date & notifications** to user before deadline can also be a handy feature for the user to manage tasks more effectively.
21
+
***Sharing/Assigning of todos** to other users(if added multiuser support with login) can be the next raw idea.
22
+
*Example scenario - A non-working homemaker woman summing up the grocery & household items and sharing the list to her husband to collect those items from the market.*
0 commit comments