Skip to content

Lazzzer00/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List

This is my first React project. It is a todo list.

There is the src folder. Inside we have the main.jsx, which renders the app.jsx. The app is divided into the newTodoForm and TodoList.

Using useState we render the inputs, checking and deleting.

The TodoList is made up of the import from ListItems. If there anything you would wanna change let me know!