Skip to content

Releases: chenxy12345/ip

v0.2

20 Feb 14:59

Choose a tag to compare

A-Release

Update README.md

v0.1

04 Feb 08:24

Choose a tag to compare

Elmacho

"The secret of getting ahead is getting started." — Mark Twain

What better way to kickstart your journey than by listing your tasks—keeping you on track and ahead of the game?

💡 🗒️
What does Elmacho have to offer?

  • Stores your tasks until it is checked
  • Includes deadlines of tasks
  • Friendly replies

From this: 👎 👎

  1. Cook Dinner
  2. Assignment 2 by 2025-05-10 1800
  3. Submit Project Proposal by 2025-05-11 1000
  4. Cohesion from 2025-05-14 1000 to 2025-05-14 2200

To... 😃 💯 :

[ ] Cook Dinner
[X] Assignment 2 (by: May 10 2025 6pm)
[ ] Submit Project Proposal (by: May 11 2025 10am)
[ ] Cohesion (from: May 14 2025 10am to: May 14 2025 10pm)

Here is the main method:

public class Main {
    public static void main(String[] args) {
        Application.launch(Elmacho.java, args);
    }
}

Starting Elmacho

  1. Ensure the right java version is installed

java -version

  1. Download the .jar file
  • Alternatively, clone the Github Repository.

git clone https://github.com/chenxy12345/ip

  1. Navigate to the Directory the file is in

cd /path/to/your/jar/file

  1. Run the .jar file

java -jar elmacho.jar

And you may now use Elmacho!