Skip to content

A simple Java console application for managing a to-do list. Add, view, complete, and delete tasks easily using a menu-based interface. All data is stored in memory during the session.

License

Notifications You must be signed in to change notification settings

nurulashraf/java-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java To-Do List (Console App)

A simple console-based To-Do List application written in Java.
This app lets you manage your tasks directly from the terminal: add new tasks, view them, mark them as completed, and delete them.


Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • View all current tasks
  • In-memory storage (data will reset when the app is closed)

Getting Started

Prerequisites

  • Java JDK 8 or above
  • A text editor or IDE (like VS Code, IntelliJ IDEA, or Eclipse)

How to Run

  1. Clone this repository:

    git clone https://github.com/nurulashraf/java-todo-list.git
  2. Navigate to the project folder:

    cd java-todo-list
  3. Compile the program:

    javac ToDoListApp.java
  4. Run the program:

    java ToDoListApp

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple Java console application for managing a to-do list. Add, view, complete, and delete tasks easily using a menu-based interface. All data is stored in memory during the session.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages