Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daniellingzy/ip
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellingzy committed Mar 25, 2023
2 parents 9b2e8c4 + 562b7dc commit 21c12cc
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

> "We must live together as brothers or perish together like fools." - Martin Luther King Jr.
We all need a brother out there who's got our back all the time. Introducing BrotherBot, your one-stop task planner with a "Brother" personality.
We all need a brother out there who's got our back all the time. Introducing BrotherBot, your one-stop task planner with a "Brother" personality.

Bro! It is:

- ~~Hard~~ Easy to use
- *Friendly*
- *Friendly*
- Treats u like a real **bro** :star_struck:

## Wanna gain real bro?
Expand All @@ -20,6 +20,19 @@ Bro! It is:
- [X] Tracks tasks
- [ ] Eat supper with you *(coming soon)*

If you are a Java programmer, you can review the code easily with its well designed code and JavaDocs. Here's the `Launcher` class:
```
package brotherbot;
import javafx.application.Application;
public class Launcher {
public static void main(String[] args) {
Application.launch(BrotherBot.class, args);
}
}
```

```
Adapted from
____ _
Expand All @@ -28,3 +41,5 @@ Bro! It is:
| |_| | |_| | < __/
|____/ \__,_|_|\_\___|
```


0 comments on commit 21c12cc

Please sign in to comment.