https://github.com/filipraic/store-app
This is an ongoing Java project. The goal is to create an application that allows us to simulate a store managing and purchase system.
https://github.com/filipraic/store-app
Last synced: about 1 year ago
JSON representation
This is an ongoing Java project. The goal is to create an application that allows us to simulate a store managing and purchase system.
- Host: GitHub
- URL: https://github.com/filipraic/store-app
- Owner: FilipRaic
- Created: 2021-12-06T09:20:13.000Z (over 4 years ago)
- Default Branch: Raic-7
- Last Pushed: 2021-12-17T17:19:02.000Z (over 4 years ago)
- Last Synced: 2023-03-04T04:05:23.843Z (over 3 years ago)
- Language: Java
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store-app
This is an ongoing Java project. The goal is to create an application that allows us to simulate a store managing and purchase system.
The idea is to achieve an application with GUI and functionality to simulate a webshop with the abbility to list through items, put them in a cart and buy.
This release uses a GUI and text files to draw data, instead of relying on the users input. All GUI elements were created using JavaFX.
This version also uses Logback to keep track of all the important events, such as application starting and file reading and any errors that could occur due to those actions.