Releases: chenxy12345/ip
Releases · chenxy12345/ip
v0.2
v0.1
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: 👎 👎
- Cook Dinner
- Assignment 2 by 2025-05-10 1800
- Submit Project Proposal by 2025-05-11 1000
- 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
- Ensure the right java version is installed
java -version
- Download the
.jarfile
- Alternatively, clone the Github Repository.
git clone https://github.com/chenxy12345/ip
- Navigate to the Directory the file is in
cd /path/to/your/jar/file
- Run the
.jarfile
java -jar elmacho.jar