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

✅ 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. 🌱

Results 12 javascript-todo-list-tutorial issues
Sort by recently updated
recently updated
newest added

I discovered some errors in the `elmish.md` walkthrough at the [mount step](https://github.com/dwyl/javascript-todo-list-tutorial/blob/master/elmish.md#mount-the-app). To be clear, when I run the tests for the final version of `elmish.js` as given in the...

bug
help wanted
starter
technical

Hi, I got that error and the tests failed afterwards when I did a clean install. I'm using macOS Catalina 10.15.5. ``` ✖ is "activeElement" operator: equal expected: |- ......

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...

question
starter

Yesterday when I tried to run this command nothing happened but today running the command showed me a series of errors. I've been researching what these mistakes would be. ![Screen...

discuss

How can I add the application files to GitHub ? I've never been able to add a folder, I'd like to know how to do it.

question
starter

Having a Virtual DOM will mean that our Todo List App will "perform" well in "benchmarks"... But is there anything we can _learn_ from it...? + https://github.com/Matt-Esch/virtual-dom + https://tonyfreed.blog/what-is-virtual-dom-c0ec6d6a925c +...

help wanted
question

Given that this example is a _complete_ "_step-by-step_" walkthrough of building a Todo List using the TodoMVC CSS styles and functional specification, I feel that it would be good to...

enhancement
help wanted
starter

I've _never_ seen a tutorial that includes refactoring... and yet this is one of the most important skills to have in TDD-topia! thinking we could revisit the `update` function and...

enhancement
question

https://todomvc-app.herokuapp.com/

bug
help wanted
T1h
user-feedback
chore
technical

Bumps [tape](https://github.com/ljharb/tape) from 5.7.4 to 5.7.5. Changelog Sourced from tape's changelog. v5.7.5 - 2024-02-14 Commits [Fix] throws: fix crash when throwing primitives with a non-empty expected object 1b2681d [Tests] clean...

external-dependency