Let's create a todo list application in React! We'll be using state, JSX and TypeScript in this project.
Example of a finished result: codesandbox.io/s/todo-list-state-jsx-ts-xkeu5k
complete playlist: • React Course, part 1.1: Overview (updated ...
slides: https://marko-knoebl.github.io/slides
0:00 Intro and Overview
1:09 Initial Setup
2:06 Task 1: Displaying a List of Todos
11:22 Task 2: Adding a Todo via a Form
16:56 Task 3: Changing the Completed State of a Todo
19:54 Task 4: Deleting a Todo
22:42 Task 5: Displaying Statistics