Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AY2122S2-CS2103-F09-2/tp
Browse files Browse the repository at this point in the history
…into v1.3b-show-upcoming-friend-events
  • Loading branch information
limweiliang committed Mar 31, 2022
2 parents 80b65c4 + b8c758b commit 80a4de1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ With **Amigos**, you can:
* Keep track of important details about your friends
* Maintain your friendships by keeping up-to-date logs about your friends, such as their likes/dislikes, aspirations and so on!
* Remember key events you are doing with friends
* Gain valuable insights about your friends, like the last time you met up with them.

Amigos is also _super fast_ to use, and optimized for keyboard input while still having the benefits of a Graphical User Interface (GUI).

Expand Down
2 changes: 0 additions & 2 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### Aryan Sarswat
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.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: page
title: AddressBook Level-3
title: Amigos
---

[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2122S2-CS2103-F09-2/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S2-CS2103-F09-2/tp/actions)
[![codecov](https://codecov.io/gh/AY2122S2-CS2103-F09-2/tp/branch/master/graph/badge.svg?token=ULX9Q59LVB)](https://codecov.io/gh/AY2122S2-CS2103-F09-2/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).
**Amigos is a desktop application for managing your friendships.** 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 Amigos, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start).
* If you are interested in developing Amigos, the [**Developer Guide**](DeveloperGuide.html) is a good place to start.


**Acknowledgements**
Expand Down

0 comments on commit 80a4de1

Please sign in to comment.