Skip to content

Commit

Permalink
Update create-a-to-do-list-app-with-html-css-js.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom committed Jan 5, 2024
1 parent acb6d0e commit 9780524
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tags:

Tired of your "to-do" list looking more like a "to-don't" list? Today's the day we flip the script! We're turning your to-dos into to-dones!

Follow along with this tutorial as we work together to check off every incomplete task on our to-do list using HTML, CSS, and JavaScript. By the end of the tutorial, you'll be able to ADD, DELETE, ✏️ EDIT, and most importantly COMPLETE tasks.
Follow along with this tutorial as we work together to check off every incomplete task on our to-do list using HTML, CSS, and JavaScript. By the end of the tutorial, you'll be able to ADD, DELETE, EDIT, and most importantly COMPLETE tasks.

Here are the following features you will need to complete:

Expand Down Expand Up @@ -77,9 +77,9 @@ Once you have opened this folder on VS Code. Within this folder, you will see th

The following files have been created in our **todo-list-project** folder:

- 🏠 **index.html** - we will write our HTML code, and this is what will be displayed on our webpage.
- 💅 **style.css** - we will write our CSS code to design how our application looks.
- 🚀 **script.js** - our JavaScript code is where we will add our interactions.
- **index.html**: We will write our HTML code, and this is what will be displayed on our webpage.
- **style.css**: We will write our CSS code to design how our application looks.
- **script.js**: Our JavaScript code is where we will add our interactions.

## Task 1: Create TODO List Input

Expand Down

0 comments on commit 9780524

Please sign in to comment.