-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5831e5
commit c9cd8ab
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
## A simple 'To-Do List' | ||
# A simple 'To-Do List' | ||
|
||
You can ADD/EDIT/DELETE/SEARCH items from your list. Also, all items will be saved in your Local Storage so you don't lose them when you leave the page. | ||
You can ADD/EDIT/DELETE/SEARCH items from your list. You can change the background color too! | ||
|
||
Maybe I will use this as a base to make something bigger in the future and add more functionalities. | ||
Also, all items will be saved in your Local Storage so you don't lose them when you leave the page. | ||
|
||
> [!NOTE] | ||
> Maybe I will use this as a base to make something bigger in the future and add more functionalities. | ||
## Update (v1.1.0) - 12 June 2024 | ||
|
||
Now you can: | ||
* Edit the title and the text of an item | ||
* Change the background color of an item |