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.
I have added all the main functionalities, so it is possible to add items to your warehouse and cart.
- 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;
- Import a list of items from an external API.