javascript-todo-list-tutorial icon indicating copy to clipboard operation
javascript-todo-list-tutorial copied to clipboard

The Files already exist

Open miguelmartins17 opened this issue 5 years ago • 3 comments

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?

Screen Shot 2020-02-01 at 12 19 58

Screen Shot 2020-02-01 at 12 22 34

miguelmartins17 avatar Feb 01 '20 12:02 miguelmartins17

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 avatar Feb 01 '20 12:02 miguelmartins17

@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 image

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.

nelsonic avatar Feb 01 '20 12:02 nelsonic

Feel free to create a PR with the step to create a NEW repository (which you have already done)

nelsonic avatar Feb 01 '20 12:02 nelsonic

Closing as this has been clarified in the README.md

nelsonic avatar Aug 05 '23 06:08 nelsonic