Skip to content

Commit

Permalink
Merge pull request #303 from Kb-Tay/branch-Docs-UpdateIndex
Browse files Browse the repository at this point in the history
Update index page
  • Loading branch information
nikele2001 authored Nov 13, 2023
2 parents 52529a6 + d78ceb9 commit 847d981
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ title: UNOFAS
---

[![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/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-F12-1/tp/branch/master/graph/badge.svg)](https://app.codecov.io/gh/AY2324S1-CS2103T-F12-1/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).
**UNOFAS for Financial Advisors to manage clients’ contacts and schedule appointments.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

* 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 UNOFAS, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start).
* If you are interested about developing UNOFAS, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.


**Acknowledgements**

* This project is based on AddressBook-Level3 project created by [SE-EDU initiative](https://se-education.org/addressbook-level3/).
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)

0 comments on commit 847d981

Please sign in to comment.