Skip to content

A basic To-Do list app built with React. It allows you to add, toggle, and delete tasks. The app uses useReducer to manage state for handling task actions.

Notifications You must be signed in to change notification settings

MagdaMie/todoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

📝 Simple To-Do List App

A basic To-Do list app built with React. It allows you to add, toggle, and delete tasks. The app uses useReducer to manage state for handling task actions.
Check it out live here: To-Do App

Note: The styling is minimal, as this project focuses on functionality and state management rather than design.

This was a great learning experience for working with React's useReducer hook and handling simple state updates.

🛠 Technologies Used

  • React
  • useReducer
  • CSS (basic styling)

About

A basic To-Do list app built with React. It allows you to add, toggle, and delete tasks. The app uses useReducer to manage state for handling task actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published