Skip to content

Commit 29b7184

Browse files
Update README.md
1 parent fbfa72b commit 29b7184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ The tutorial video link : https://youtu.be/b8sUhU_eq3g
99

1010
When you open the folder, you'll find all the files needed to get started, the CSS code, is already typed (see style.css file), as we're not going to talk about CSS in our tutorial. we're going just to talk about HTML and JavaScript.
1111

12-
the to do list we'er going to create, has a beautiful UI, the user can add a to-do by filling the input and hit ENTER, after that he can rather check the to-do when it's done, or remove it using the delete button.
12+
the to-do list we're going to create has a beautiful UI, the user can add a to-do by filling the input and hit ENTER, after that he can rather check the to-do when it's done, or remove it using the delete button.
1313

14-
The user's list to do, is stored in the local storage, so when he refreshes the page, he can always find the to list there.
14+
The user's to-do list is stored in the local storage, so when he refreshes the page, he can always find the list there.
1515

16-
There is the possibility for the user, the clear the list, by clicking at the button clear, at the top right corner of our app.
16+
There is the possibility for the user, to clear the list, by clicking the button clear, at the top right corner of our app.
1717

1818
The to do list app, shows the today's date to the user, for that we're using a method called toLocaleDateString, which you can read about here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
1919

0 commit comments

Comments
 (0)