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: about 1 month 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: 2025-01-25T06:11:37.514Z (3 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
2. Add Contact Screen

3. Edit Contact Screen

4. Delete Contact Screen
