Make Money Online BUILDING WEBSITES Create a To Do List App With JavaScript, HTML and CSS | JavaScript Project For Beginners

Create a To Do List App With JavaScript, HTML and CSS | JavaScript Project For Beginners

Create a To Do List App With JavaScript, HTML and CSS | JavaScript Project For Beginners post thumbnail image



—————————————————————————————————–
| HOSTINGER DISCOUNT |
—————————————————————————————————–
⭐ HOSTINGER
🔥 FREE .COM DOMAIN NAME
🔥 FREE SSL INCLUDED
🔥 UP TO 85% DISCOUNT
🔥 +7% DISCOUNT USING THIS COUPON: CODEEXPLAINED
Or simply use this link :
——————————————————————————————————

In this tutorial, a JavaScript beginner can be able to create a beautiful and functional to do list using JavaScript.
I will talk about the logic behind every line of code, before opening my text editor and start typing the code.
it’s a step by step tutorial, you won’t get lost at any stage of this tutorial.

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.

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.

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.

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

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:

If you want to follow along with me when I type in the code, you’ll need to download the starter template from GitHub.
—————————————————————————————————–
| LINKS |
—————————————————————————————————–

DOWNLOAD SOURCE CODE + STARTER TEMPLATE:

—————————————————————————————————–
| SHOW ME SOME SUPPORT |
—————————————————————————————————–
Paypal:
Patreon:

—————————————————————————————————–
| RECOMMENDED TUTORIALS |
—————————————————————————————————–

Ping Pong Game Using JavaScript

Create a Multiple Choice Quiz Using JavaScript

Tetris Game Using JavaScript

Snake Game Using JavaScript

Flappy Bird Game Using JavaScript

—————————————————————————————————–
| SOCIAL MEDIA |
—————————————————————————————————–

Facebook:
Twitter:
Instagram:
Website:

—————————————————————————————————–
| HASH TAGS |
—————————————————————————————————–
#beginners #javascript #todolist #beginners #tutoria

0:00 intro
2:22 elements
2:58 html with links to css and fonts
3:49 selecting elements
6:25 insertadjacentHtml()
8:23 add to do
10:18 code
10:23 store a todo
13:05 code
13:09 Update toDo ()
16:41 code
16:46 to-do is done
20:39 code
20:43 remove to do
21:54 code
21:56 target element created dynamically
24:06 code
24:14 save to-do-list to local storage
25:00 code
25:04 restore to-do list from local storage
27:16 code
27:19 clear the local storage
28:56 typing the code in editor

Related Post