Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 570 Bytes

📝 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)