React Todo List App
A simple task management app built using React.js with JSX, props, and useState.using useState, props, and basic filtering.
Through this project, I learned how to:
Use React hooks like useState
Build dynamic components
Handle user input and conditional rendering
Manage lists and filtering logic