Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raneeng authored Oct 2, 2024
1 parent 6bc0d81 commit 260f98e
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Bean User Guide
![Product screenshot](src/main/assets/images/product_screenshot.png)



## Product Intro
// Product intro goes here
Stay organized and productive with Bean, the easy-to-use task management app.

Bean helps you:
Create and manage tasks: Easily add, edit, and delete tasks to keep track of your to-do list.
Set deadlines: Assign due dates to your tasks to stay on top of your schedule.
Categorize tasks: Organize your tasks into different categories for better management.
Mark tasks as complete: Keep track of your progress and celebrate your achievements.

With Bean, you can streamline your workflow, increase your productivity, and achieve your goals more effectively.



## Adding todos
To add a todo, use the following command: `todo [description]`
Expand All @@ -16,6 +28,8 @@ This will create a new task with description "run 10km".
Added task: 'run 10km'!
```



## Adding deadlines
To add a deadline, use the following command: `deadline [description] /by [by]`
### Example:
Expand All @@ -30,11 +44,27 @@ This will create a new task with the description "submit cs2113 final version" a



## Feature ABC
## Adding events

// Feature details



## Deleting tasks
// Feature details



## Listing tasks

// Feature details


## Feature XYZ

## Finding tasks by keyword
// Feature details



## Exit application
// Feature details

0 comments on commit 260f98e

Please sign in to comment.