dwyl / javascript-todo-list-tutorial

✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
https://dwyl.github.io/javascript-todo-list-tutorial
GNU General Public License v2.0
623 stars 103 forks source link

Cloning repo is more complete than the tutorial indicates #67

Closed JoeFry15 closed 1 year ago

JoeFry15 commented 1 year ago

Hi all,

Just started this project and I've cloned the repo. Lots of files are already created and written even though the tutorial mentions creating them anew.

e.g. the "test/todo-app.test.js" file already exists with 80 odd tests already written but the tutorial guides one through creating this file and explaining it should be empty.

Am I missing something? Do I need to go to a specific commit?

Thanks,

Joe

nelsonic commented 1 year ago

Hi @JoeFry15 the idea is that you clone the repo to serve as a reference and then you can create the whole thing from scratch and if you get stuck just peek at how it's implemented in the "finished" version.

nelsonic commented 1 year ago

Clarified in README.md