This project is a basic implementation of a kids store written purely in Java. It's designed to be as straightforward and user-friendly as possible. I've decided to share it with the world to help others learn Java in the simplest form. 📚 Heres a little showcase of the program run in my terminal (be warned, this is old-school):
Screen.Recording.2023-12-13.at.01.27.30.mov
- Simple Data Storage: Data is temporarily stored, and there is no actual database.
- MVC Architecture: Organized in a Model-View-Controller (MVC) structure.
- Terminal-based UI: Run the project in your terminal and navigate through the store.
- Pure Java: No complex frameworks or libraries, just plain old Java to keep things simple.
To get a local copy up and running, follow these steps:
Make sure you have Java installed on your machine. If not, you can download it from here.
- Clone the repo:
git clone https://github.com/Bellzylu/Java-Kids-Store.git- Navigate to the project directory:
cd Java-Kids-Store-
Run the application in your local IDE. (In VS-Code just press the play/run button to run the project if you want to skip the compiling step)
-
Use the number options the menu will present you with, to navigate through the store.
Thats it, you are all set! ;)
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch
git checkout -b feature/AmazingFeature- Commit your Changes
git commit -m- Push to the Branch
git push origin feature/AmazingFeatureDistributed under the MIT License. See LICENSE for more information.
Contact me 📫
The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.