Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/aadewunmi/contactslist
- Owner: AAdewunmi
- Created: 2021-08-23T14:57:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T09:30:15.000Z (over 3 years ago)
- Last Synced: 2024-11-25T08:24:12.643Z (2 months ago)
- Topics: java-8, javafx, mvc-architecture
- Language: Java
- Homepage:
- Size: 897 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)