Skip to content

trouchet/taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager Java Project

This is a simple Java project that demonstrates a basic task management system. It includes classes for tasks and a task manager to manage and display tasks.

Project Structure

  • Task.java: Defines the Task class representing a task with a title and description.
  • TaskManager.java: Implements the TaskManager class to manage a list of tasks.
  • Main.java: The entry point of the program that creates tasks, adds them to the task manager, and displays them.

Usage

  1. Compile the Code:

    make compile

    This will compile the Java source files and create the out/ directory.

  2. Run the Program:

    make run

    This will execute the compiled Java program.

  3. Create JAR File:

    make jar

    This will create a JAR file named taskmanager.jar in your project directory.

  4. Run the Program from JAR:

    make jar-run

    This will create the JAR file (if not already created) and run the program from the JAR file.

  5. Clean Up:

    To remove the compiled files and the JAR file, run:

    make clean

Notes

  • The project assumes that the Java Development Kit (JDK) is installed on your system.

Feel free to modify the code and adapt it to your needs!

About

A simple Java Hello World with Classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published