Welcome to my Java Journey – a collection of fun and educational Java-based mini projects! These console and GUI applications helped me practice core Java concepts while building real-world logic.
Project Name | Description |
---|---|
Console Based Calculator | A simple calculator that performs basic arithmetic operations in the console. |
Number Guessing Game | Guess the number the computer picks – with hints! |
Progress Bar Console | A visual console-based progress bar simulation. |
Rock Paper Scissors Game | Classic game against the computer – using random logic. |
Snake Game | Console-based Snake game inspired by the classic Nokia version. |
Stopwatch | A basic stopwatch simulation using console I/O and timing. |
Sum Calc GUI | A basic GUI calculator to add two numbers. |
User Management System | A simple system to manage user data using Java classes and input. |
- Java (Core)
- Java Swing (for GUI apps)
- Object-Oriented Programming (OOP)
- Loops, Conditionals, Random, Scanner, etc.
This repository is part of my personal learning journey. Each project is designed to:
- Practice Java fundamentals
- Solve common beginner challenges
- Develop logic-building skills
I'm planning to add more projects like:
- To-Do List App (GUI)
- Chat Simulator
- File Encryption Tool
- Simple Banking System
Stay tuned!
Pull requests are welcome if you’d like to improve any of these projects or add new ones!
Feel free to connect or give feedback:
- GitHub: qasim032
Thanks for visiting ⭐