Skip to content

ananfito/react-to-do-list

Repository files navigation

react-to-do-list

A to-do list built with React. Based on WebDevSimplified's tutorial "Learn React With This One Project". Original source code available on WebDevSimplified's GitHub repo.

Contents

Overivew

This app offers the ability to add items to a ToDo list with features like checking items 'completed' and the option to delete items. The list is stored in localStorage so the data persists even when the page is refreshed.

My Process

For this project, I followed the instructions outlined in the tutorial video linked above. I started by creating the app within a single file, App.jsx, to ensure full functionality before breaking it into different components and place them in their own files (e.g., TodoItem.jsx, TodoList.jsx).

Built with

  • HTML
  • CSS
  • JavaScript
  • React

Screenshots

Input form at the top of the page to add items to ToDo list. Listed items appear under form.

Input form at the top of the page to add items to ToDo list. Listed items appear under form.

Status

A live version can be viewed at: https://react-todo-966cb7.netlify.app/.

Connect

Thank you for reading about this project. If you'd like to connect with me for mentoring, collaboration, or employment opportunities, you can do so via the following links:

Releases

No releases published

Packages

No packages published