Skip to content

Commit

Permalink
Merge pull request #111 from howardwhw2/index
Browse files Browse the repository at this point in the history
Update index page and documentation
  • Loading branch information
howardwhw2 authored Mar 31, 2022
2 parents 4495883 + 3d47578 commit e86d904
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ Opens up a new window that displays a pie chart containing the data of the numbe
# FAQ

# Command Summary

| Action | Format | Examples |
|-------------------|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| Add | add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [pr/PROPERTY]... [pf/PREFERENCE] i/FILEPATH[:DESCRIPTION]| e.g. add n/James Ho p/22224444 e/[email protected] a/123, Clementi Rd, 1234665 pr/2-room, East, SGD$200K, i/living.png:Living room |
Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
---
layout: page
title: AddressBook Level-3
title: RealEstatePro
---

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/AY2122S2-CS2103-W16-4/tp/branch/master/graph/badge.svg?token=EZT8AD477Q)](https://codecov.io/gh/AY2122S2-CS2103-W16-4/tp)

![Ui](images/Ui.png)

**AddressBook is a desktop application for managing your contact details.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
**RealEstatePro is a desktop application for managing your client details for real estate agents.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
With RealEstatePro managing your clients will be breeze by using the various features such as reminders, client matching and many more!

* If you are interested in using AddressBook, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start).
* If you are interested about developing AddressBook, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.
* If you are interested in using RealEstatePro, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start).
* If you are interested about developing RealEstatePro, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.


**Acknowledgements**

* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)
* Base: [AB3](https://github.com/se-edu/addressbook-level3)

0 comments on commit e86d904

Please sign in to comment.