Skip to content

A structured collection of beginner to intermediate Java projects focused on improving coding skills, problem-solving abilities, and confidence with core Java concepts. Each project includes clean code, real-world logic, and proper documentation for hands-on learning.

Notifications You must be signed in to change notification settings

Github-Saurabh0/Java-Projects-Series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Projects Series 🚀

A structured collection of beginner to intermediate level Java projects designed to improve your coding skills, problem-solving ability, and confidence with core Java concepts. Each project is built with clean code, proper documentation, and real-world logic.

📁 Project List

Project No. Name Description
1 Console Calculator A menu-driven calculator for basic arithmetic ops.
2 Student Management System Manage student records using OOP & ArrayLists.
3 ATM Interface Simulate ATM operations like login, withdraw, etc.
4 Todo List CLI App Add/view/delete tasks using file handling.
... More coming soon Stay tuned for more projects added every 2 days.

🔧 Technologies Used

  • Java (JDK 8+)
  • Object-Oriented Programming (OOP)
  • Collections (ArrayList, HashMap)
  • File I/O (for some projects)
  • Git & GitHub

📦 How to Use

  1. Clone the repository:

    git clone https://github.com/Github-Saurabh0/Java-Projects-Series.git
    cd Java-Projects-Series
  2. Navigate to a project folder:

    cd Project-1-Calculator
  3. Compile and run:

    javac Calculator.java
    java Calculator

💡 Goal of This Repo

  • Practice Java in a structured and consistent way
  • Push daily code and improve Git skills
  • Prepare for technical interviews
  • Build confidence through mini real-world projects

📅 Update Schedule

🔄 A new project is added every 2 days
📤 Code is pushed daily on GitHub for each project's progress

🙌 Contributions

This is a personal learning journey, but if you want to contribute or suggest a new project idea, feel free to open an issue or pull request.

📧 Contact

Developed by Saurabh Kushwaha
🔗 Instagram: @dev.wearl


Star this repo if it helps you in your learning journey.

About

A structured collection of beginner to intermediate Java projects focused on improving coding skills, problem-solving abilities, and confidence with core Java concepts. Each project includes clean code, real-world logic, and proper documentation for hands-on learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages