Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jinyan] iP #554

Open
wants to merge 65 commits into
base: master
Choose a base branch
from

Conversation

Morninggloryyy
Copy link

@Morninggloryyy Morninggloryyy commented Feb 15, 2024

Damon

Damon frees your mind of having to remember things you need to do. It's,

  • text-based
  • easy to learn
  • FAST SUPER FAST to use
  • User friendly

All you need to do is,

  1. download it from [here] (https://github.com/Morninggloryyy/ip)
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😀

And it is 100% FREE!

Features:

  • Managing tasks
  • Managing deadlines (coming soon)
  • Reminders (coming soon)

Use list command to list all Tasks in your task list 😉

Note

Please follow the input format carefully!

If you are a Java programmer, you can use it to practice Java too. Here's the main method:

public static void main(String[] args) {
        new Damon("..\\Damon.txt").run();
    }

damithc and others added 30 commits January 7, 2024 18:33
Let's tweak the docs/README.md (which is used as the user guide)
to fit Duke better. Specifically,

1. mention product name in the title
2. mention adding a product screenshot and a product intro
3. tweak the flow to describe feature-by-feature
…wList, stop, mark, unmark), added a new class (Task).
…ing). Used the input/output redirection technique to semi-automate the testing of Damon.
# Conflicts:
#	src/main/java/damon/command/AddCommand.java
#	src/main/java/damon/tasklist/TaskList.java
#	src/main/java/damon/ui/Ui.java
Morninggloryyy and others added 30 commits February 28, 2024 22:58
There is no showWelcome() method in Response object and there is no need to have a function showing welcome message in Damon constructer method. So, response.showWelcome() has been deleted from Damon constructer method.
Modify code (e.g., add new comments, change import statements format) to further improve code quality.

Now, codes follow closely the 'Code Quality' topics.
Update damon.Dmon.java, damon.Launcher.java, damon.command package, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants