Skip to content

Commit

Permalink
UG
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiennn committed Sep 18, 2023
1 parent e9a3b65 commit c2d8499
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
31 changes: 30 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,33 @@ Description of the outcome.
expected output
```

Acknowledgements
Acknowledgements

Botty is your all-in-one companion for remembering things you need to do. It's
- CLI based
- Easy to learn
- ~~Fast~~ _SUPER_ FAST to use

All you need to do is,
1. Download it from [here](https://nus-cs2103-ay2324s1.github.io/website/schedule/week4/project.html#3-decide-on-an-overall-project-direction-user-profile-problem-addressed-before-the-tutorial)
2. Double-click it
3. Add you tasks
4. Let it manage your tasks for you!😉

And it is **ABSOLUTELY FREE**

Features
- [x] Managing tasks
- [ ] Managing deadlines (Coming soon)
- [ ] Reminders (Coming soon)

---------------------------------
If you are a Java Programmer, you can use it to practice Java too. Here's the `main` method

```
public class Main {
public static void main(String[] args) {
Application.launch(MainApp.class, args);
}
}
```
Binary file added docs/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 3 additions & 11 deletions ip/src/main/java/storage/storage.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
T | 0 | go home
T | 0 | 1
T | 0 | 2
T | 0 | 5
T | 0 | 5
T | 0 | 5
T | 0 | 1
T | 0 | 5
T | 0 | 3
T | 0 | 1
T | 0 | 1
T | 0 | 1
T | 0 | cry
T | 0 | cs2100
T | 0 | cs2103

0 comments on commit c2d8499

Please sign in to comment.