A simple React-based To-Do application I built to practice component structure, state management, and handling dynamic lists. Users can add tasks, edit them, and delete them using a clean card-style UI.
- Add multiple tasks
- Edit existing tasks
- Delete tasks
- Clean card UI with buttons
- Simple component-driven layout (Page, Input, Card)
- React
- JavaScript
- Tailwind CSS
Created to improve my understanding of props, lifting state up, and managing arrays of items in React.