Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aadewunmi/contactslist

A Contacts List application, implemented using the Model View Controller (MVC) architectural design patten and written in Java 8 (using Java FX for it's User Interface).
https://github.com/aadewunmi/contactslist

java-8 javafx mvc-architecture

Last synced: 5 days ago
JSON representation

A Contacts List application, implemented using the Model View Controller (MVC) architectural design patten and written in Java 8 (using Java FX for it's User Interface).

Awesome Lists containing this project

README

        

# Contacts List Application Project
## Project Brief:
Create simple contacts application that has a single main window.
The application will allow the user to add a contact, edit a contact,
and delete a contact.
## Installing:
1. Clone the repo

```
https://github.com/AAdewunmi/ContactsList.git
```

2. Open Project Folder

3. Explore

Enjoy :)
## UI Screenshots
1. Main Screen

![Image description](src/Opening_Screenshot.png)

2. Add Contact Screen

![Image description](src/Add_Screenshot.png)

3. Edit Contact Screen

![Image description](src/Edit_Screenshot.png)

4. Delete Contact Screen

![Image description](src/Delete_Screenshot.png)