Skip to content

Commit

Permalink
Remove old README and add acknowledgements to current README
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHW963 committed Sep 19, 2024
1 parent 9091e77 commit d24d3fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
29 changes: 0 additions & 29 deletions README.md

This file was deleted.

9 changes: 8 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ experience that feels natural and straightforward.
- [Miscellaneous Commands: `nether`, `bye`](#miscellaneous-commands-nether-bye)
- [Known Issues](#known-issues)
- [Command Summary](#command-summary)
- [Acknowledgements](#acknowledgements)

<h1 style="color: #db9570" id="features">Features</h1>

Expand Down Expand Up @@ -123,7 +124,7 @@ Here are the tasks in your list:
```

## Find a Task: `find`
Find all tasks that contain the input search keyword (not case sensitive).
Find all tasks that contain the input search keyword (not case-sensitive).

Format: `find (keyword)`

Expand Down Expand Up @@ -206,3 +207,9 @@ ___
- Delete: `delete 3`
- Tagging: `todo Read Book #for-fun`
- Misc: `nether`, `bye`

<h1 style="color: #db9570" id="acknowledgements">Acknowledgements</h1>

1. Used ChatGPT to help generate roughly half of the JavaDoc comments.
2. Used ChatGPT to give recommendations on how to refactor the code to be more OOP, using the existing code as a base.
3. Followed majority of the code for GUI implementation from the JavaFX guide provided.

0 comments on commit d24d3fa

Please sign in to comment.