/ToDo-ConsoleApp

Console ToDo App in Java

Primary LanguageJava

ToDo-ConsoleApp

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.

Table of Contents

Introduction

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.

Features

  • 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.

Getting Started

To run the Console ToDo App, you'll need Java 8 installed on your machine. Follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ToDo-ConsoleApp.git
    
  2. Run the Main.java file

Usage

  • Adding a Task
  • Viewing Tasks
  • Updating a Task
  • Deleting a Task

Contributing

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.

License

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!