• Stars
    star
    216
  • Rank 183,179 (Top 4 %)
  • Language
    CSS
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create To Do List In JavaScript

To-Do-List Using JavaScript

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.

to follow the tutorial step by step, when we get to the second part (when we type the code), you'll need to download the starter template from here.

The tutorial video link : https://youtu.be/b8sUhU_eq3g

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: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString

///// Here you can find some other tutorial, that you might like to see /////

Ping Pong Game Using JavaScript https://youtu.be/nl0KXCa5pJk

Create a Multiple Choice Quiz Using JavaScript https://youtu.be/49pYIMygIcU

Tetris Game Using JavaScript https://youtu.be/HEsAr2Yt2do

Snake Game Using JavaScript https://youtu.be/9TcU2C1AACw

Flappy Bird Game Using JavaScript https://youtu.be/L07i4g-zhDA

More Repositories

1

Weather-App-JavaScript

Create a Weather App With JavaScript
CSS
219
star
2

Snake-JavaScript

The Snake game, created using JavaScript, and The HTML5 canvas.
JavaScript
137
star
3

FlappyBird-JavaScript

The Flappy Bird game, created using JavaScript, and The HTML5 canvas.
JavaScript
127
star
4

Tetris-JavaScript

The Tetris game, created using JavaScript, and The HTML5 canvas.
JavaScript
94
star
5

Multiple-Choice-Quiz-JavaScript

A Multiple Choice Quiz Created Using JavaScript
JavaScript
87
star
6

Ping-Pong-Game-JavaScript

The Snake game, created using JavaScript, and The HTML5 canvas. Download the starter template, and follow the tutorial on youtube step by step. Tutorial link : Coming Soon
JavaScript
84
star
7

Budget-App-JavaScript

Create a Budget App With Vanilla JavaScript
CSS
53
star
8

COVID-19_TRACKER_HTML_CSS_JAVASCRIPT

COVID-19 with HTML5, CSS3 and JavaScript
JavaScript
53
star
9

Original-Flappy-bird-JavaScript

Create Original Flappy Bird With JavaScript
JavaScript
52
star
10

shopping-cart-javascript

Shopping Cart in JavaScript
CSS
44
star
11

Scientific-Calculator-JavaScript

Scientific Calculator in JavaScript By Code Explained
JavaScript
37
star
12

Tic-Tac-Toe-JavaScript

Build Tic Tac Toe Game With JavaScript
JavaScript
28
star
13

Build-Todo-App-With-React-And-Firebase

Build Todo App With React And Firebase
JavaScript
25
star
14

2D-Breakout-Game-JavaScript

Create 2D Breakout Game Using JavaScript
JavaScript
24
star
15

Calculator-JavaScript

Build A Calculator With JavaScript
JavaScript
20
star
16

Carousel-JavaScript

Carousel in JavaScript
JavaScript
15
star
17

curreny-converter-with-javascript

Currency Converter With JavaScript HTML and CSS
JavaScript
11
star
18

Meditation-App-HTML-CSS-JavaScript

Create a Meditation App With HTML, CSS and JavaScript
CSS
10
star
19

Todo-List-JavaScript-ES6

CSS
8
star
20

JavaScript-Snake-Game

Snake Game Created With HTML, CSS and JavaScript
JavaScript
6
star
21

Modal-With-JavaScript-And-CSS

HTML
4
star
22

world-cup-2022-results-javascript

HTML5 & JavaScript Website that shows FIFA 2022 World Cup Tables and standings
JavaScript
3
star
23

react-weather-app

A Weather App built using ReactJS.
JavaScript
3
star