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
In this is mini project, you are invited to create a To-do List using either Vanilla Js or React , we leave the design up to your creativity, but the app must contain some features.
Create a single page todo interface with an input, and the list of todos
make each todo able to be toggled as finished, each finished todo will be moved into the "finished" category
a todo should display the task and the date of creation, if finished and moved in "finished" category, it should also display the date when it was finished
Saved todos in localstorage and load them when page loads
OPTION: create a filter setting, to filter the todos by certain constraint like date creation ect.
OPTION: add priorities to todos
OPTION: add a color picker in creation (pick a color for each todo), if no color is picked choose random one
OPTION: save todos in a Database
The text was updated successfully, but these errors were encountered:
In this is mini project, you are invited to create a To-do List using either Vanilla Js or React , we leave the design up to your creativity, but the app must contain some features.
Create a single page todo interface with an input, and the list of todos
make each todo able to be toggled as finished, each finished todo will be moved into the "finished" category
a todo should display the task and the date of creation, if finished and moved in "finished" category, it should also display the date when it was finished
Saved todos in localstorage and load them when page loads
OPTION: create a filter setting, to filter the todos by certain constraint like date creation ect.
OPTION: add priorities to todos
OPTION: add a color picker in creation (pick a color for each todo), if no color is picked choose random one
OPTION: save todos in a Database
The text was updated successfully, but these errors were encountered: