javascript-todo-list-tutorial
javascript-todo-list-tutorial copied to clipboard
The Files already exist
I am following this tutorial as I get to the step of creating the files when I go to the terminal they already exist. How or where should I create the three files?
I cloned this repository to my localhost and already installed the dependencies. This would be the next step but I didn't understand where to create the files. 😕
@miguelmartins17 the files in the repository are meant as a reference.
You are instructed to git clone
the project to have a local reference or "copy" of it.
You should then create your own version of all the files in your own repository:
https://github.com/miguelmartins17/javascript-todo-list
Think about it this way:
Nelson has already done the "homework"
(building a TodoMVC Todo List in JavaScrip
following TDD)
He is giving you his homework and all the instructions so that you can copy them.
Now it's up to you to follow the instructions in your own repo so that you understand the result.
Feel free to create a PR with the step to create a NEW
repository (which you have already done)
Closing as this has been clarified in the README.md
✅