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
asiqurrahman committed Jan 5, 2024
1 parent e0e892c commit 0d1ce31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Let's set up our editor. For this application, we will be using our PC terminal

First, we need to create a directory and files for our project using the terminal. Once you open the terminal, `cd` into your **Desktop**. This is where we will add our directory. You can name it anything you like but to make it easier, let's name it **todo-list-project**:

```terminal
```
cd Desktop
mkdir todo-list-project
cd todo-list-project
Expand Down

0 comments on commit 0d1ce31

Please sign in to comment.