This is a simple todo application built using React. It allows users to add, delete, and mark todos as complete. The app demonstrates fundamental concepts of React such as state management and component lifecycle.
- Add new todos
- Mark todos as complete
- Delete todos
- Simple and intuitive user interface