A simple console-based ToDo app written in Java 8. This project is for absolute beginners who are willing to learn Java. A few features have not been implemented intentionally so that the learners can implement and have a hands-on.
The Console ToDo App is a minimalistic task management application that runs in the console. It allows users to create, update, and delete tasks, helping them stay organized and focused.
- Add Tasks: Easily add new tasks with a title and optional description.
- View Tasks: Display a list of all tasks with their details.
- Update Tasks: Modify task details or mark tasks as completed.
- Delete Tasks: Remove unwanted tasks from the list.
- Save and Load: Persistent storage of tasks between sessions.
To run the Console ToDo App, you'll need Java 8 installed on your machine. Follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/ToDo-ConsoleApp.git
-
Run the Main.java file
- Adding a Task
- Viewing Tasks
- Updating a Task
- Deleting a Task
Contributions are absolutely welcome! If you find a bug or have a fun idea for an improvement, feel free to open an issue or submit a pull request. We're all about making this project more enjoyable together.
This is a fun project, and there's no strict license! Feel free to explore, modify, and share. Go ahead and have some coding fun!