This repository contains small Java projects created to practice logic, OOP, and clean code.
Each project is simple, beginner-friendly, and focuses on learning by doing.
- Calculator
- Inventory System
- Text RPG
- Notes Manager
- File Reader Tool
java-mini-projects/ │ ├── calculator/ │ ├── Calculator.java │ └── README.md │ ├── inventory-system/ │ ├── InventoryApp.java │ ├── Item.java │ └── README.md │ ├── text-rpg/ │ ├── Game.java │ ├── Player.java │ └── README.md │ ├── notes-manager/ │ ├── NotesManager.java │ ├── notes.txt │ └── README.md │ └── file-reader/ ├── FileReaderTool.java └── README.md
javac File.java
java File