Skip to content

chisklok/Java-Mini-Projects

Repository files navigation

Java Mini Projects

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.

📌 Included Projects

  • Calculator
  • Inventory System
  • Text RPG
  • Notes Manager
  • File Reader Tool

📂 Structure

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

🛠 How to Run

javac File.java
java File

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages