auxfuse / todoR

React ToDo app build alongside the DevEd Youtube Tutorial

Home Page:https://auxfuse.github.io/todoR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React ToDo app build alongside the DevEd Youtube Tutorial

https://auxfuse.github.io/todoR/


Languages

Language:JavaScript 55.2%Language:CSS 25.4%Language:HTML 19.3%