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.
- React
- useReducer
- CSS (basic styling)