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

[Theodore] Duke Increments #419

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

Conversation

theodoreleebrant
Copy link

In fulfillment of CS2103 requirement.

damithc and others added 30 commits July 23, 2020 23:27
Add greet, echo, and exit function
Add greet, echo, and exit function
Change next() to nextLine() for scanner as the only delimiter that should be accepted is a newline character.
change scanner method to nextLine since the only delimiter which should be accepted is newline character.
Add the ability to store whatever text entered by the user and display them back to the user when requested.
Add the ability to mark tasks as done.
Add three types of tasks:
    ToDos: tasks without any date/time attached to it e.g., visit new theme park
    Deadlines: tasks that need to be done before a specific date/time e.g., submit report by 11/10/2019 5pm
    Events: tasks that start at a specific time and ends at a specific time e.g., team project meeting on 2/10/2019 2-4pm
Change formatting of output
Use exception to handle errors.
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.

None yet

3 participants