https://github.com/gablemathias/java-shop
A simplistic CLI Store
https://github.com/gablemathias/java-shop
Last synced: about 1 year ago
JSON representation
A simplistic CLI Store
- Host: GitHub
- URL: https://github.com/gablemathias/java-shop
- Owner: gablemathias
- Created: 2024-12-19T16:46:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T10:50:32.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:47:50.563Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Java Store
**Hello**, My goal with this project was to design a simple store where I could
apply important concepts necessary to any other project.
Studying Inheritance, Interfaces, Unit and Integrated Tests, Abstraction, Polymorphism and Encapsulation is
better and many others is, as everything, better by doing.
## Actual state
I have added all the main functionalities, so it is possible to add items to your
warehouse and cart.
### To do
1. Create a Product class and transform the Item class in an interface. With the
project's purpose that's not strictly necessary, but it can be good as a learning
matter;
2. Import a list of items from an external API.