https://to-do-list-becode.netlify.app/ In this project, we will learn the basic of react through the construction of a to-do-list editor
-
install vite
- select your project name
- choose your framework (react)
- choose the variant (javascript)
-
Create all your components
- an input field to type new todos
- a submit button
- a list of todos (just add 2-3 todos)
- each todo has a checkbox next to it
-
Set usestates
- for checkbox