This is a simple todo application built with React.
- Add new todo items
- Mark todo items as completed
- Remove todo items
- Edit todo items (coming soon)
- Enter a todo item in the input field.
- Press Enter or click the "Add Todo" button to add the todo item.
- Click on a todo item to mark it as completed.
- Hover over a todo item to reveal delete and edit icons.
- Click the delete icon to remove a todo item.
Contributions are welcome! Please create a pull request or open an issue if you encounter any problems or have suggestions for improvement.