You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UserGuide.md
+43-32Lines changed: 43 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,58 @@
1
1
---
2
-
layout: page
3
-
title:User Guide
2
+
3
+
RemindMe User Guide v1.1
4
4
---
5
+
This user guide provide [start-up](#start-up) instructions as well as detailed descriptions and usage of
6
+
all the [features](#features) in the RemindMe app. You can also access the product website via this [link.](https://ay2021s2-cs2103t-w15-1.github.io/tp/)
5
7
6
-
RemindMe is a desktop app for keeping track of user events and deadlines,
7
-
optimized for use via Command Line Interface(CLI) while still having the benefits of a Graphic User Interface(GUI).
8
-
RemindMe allows students to be always aware of exams and events deadline as there will be reminder pop-ups and
1. Ensure you have Java 11 or above installed on your computer. You can download Java 11 via the link: https://www.oracle.com/sg/java/technologies/javase-jdk11-downloads.html
19
-
If you are a Windows user, here is a tutorial on how to set up Java 11:
RemindMe is a desktop app for keeping track of user events and deadlines,
32
+
optimized for use via Command Line Interface(CLI) while still having the benefits of a Graphic User Interface(GUI).
21
33
22
-
1. Download the latest `remindme.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
34
+
Objectives of RemindMe:
35
+
1. Allow students to be aware of deadlines of school events and exams.
36
+
2. Allow students to have a calendar view of their school curriculums/schedules.
23
37
24
-
1. Copy the file to the folder you want to use as the home folder for your RemindMe.
25
38
26
-
1. Double click the file to start the app. Alternatively, you can run the command line java -jar RemindMe.jar in your terminal to start the application. The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
27
-

39
+
## Start-up
28
40
29
-
1.Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br>
30
-
Some example commands you can try:
41
+
1.Ensure you have Java 11 or above installed on your computer. You can download Java 11 via this [link.](https://www.oracle.com/sg/java/technologies/javase-jdk11-downloads.html)
42
+
* If you are a Windows user, [here](https://java.tutorials24x7.com/blog/how-to-install-java-11-on-windows) is a tutorial on how to set up Java 11:
31
43
32
-
***`list`** : Lists all contacts.
33
44
34
-
***`add`**`n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01` : Adds a contact named `John Doe` to the Address Book.
45
+
2. Download the latest RemindMe.jar from our GitHub release page.
46
+
Copy the file to the folder you want to use as the home folder for your RemindMe.
47
+
Double click the file to start the app.
48
+
35
49
36
-
***`delete`**`3` : Deletes the 3rd contact shown in the current list.
50
+
3. Alternatively, you can run the command line java -jar RemindMe.jar in your terminal to start the application.
51
+
Type the command in the command box and press Enter to execute it.
52
+
The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
53
+

37
54
38
-
***`clear`** : Deletes all contacts.
55
+
4. Refer to the Features below for details of each command.
39
56
40
57
***`deadline`**`description by DD/MM/YYYY TIME`: Adds a task with a deadline.
41
58
@@ -45,7 +62,6 @@ calendar for students to see!
45
62
46
63
***`exit`** : Exits the app.
47
64
48
-
1. Refer to the [Features](#features) below for details of each command.
**Q**: How do I transfer my data to another Computer?<br>
190
-
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous AddressBook home folder.
0 commit comments