Skip to content

auxfuse/todoR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This small react project was developed alongside the this youtube video tutorial made by Simo Edwin (Dev Ed)

img.png

The project utilises React to create a simple Todo app. Todo Items are generated and rendered to the DOM on enter from the setFiltered State instead of modifying and mutating the original array of Todos during filtering. They can be updated to show they are completed/uncompleted. In addition, the user can delete an item from the todo list, removing it from the localStorage and from the project's State.

Filtering functionality is implemented and allows the user to see all, complete or incomplete tasks in the list.

Todos are saved to local Storage and available via the setTodos state.