A simple To-Do application developed using Java. The app leverages a RecyclerView for efficient list management and provides a straightforward interface for managing tasks.
- Add, edit, and delete tasks.
- Mark tasks as completed.
- User-friendly interface with RecyclerView for dynamic list management.
- Clone the repository:
git clone https://github.com/Th30utcast/ToDoApp.git cd ToDoApp
- Open the project in your preferred Java IDE and build it.
This project is open-source under the MIT License.