| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is a collection of Java projects organized into systems, games, and utility applications. It is designed to demonstrate core programming concepts, object-oriented design, and practical implementations.
git clone https://github.com/Dhruv-Cmds/Java-Projects.git
cd Java-Projects
Navigate to any project folder:
cd JavaBasicPrograms/LibrarySystem
Compile and run the program:
javac Main.java java Main
JavaBasicPrograms/ │ ├─ Banking/ ├─ Calculator/ ├─ ClassroomSystem/ ├─ CompoundInterestCalculator/ ├─ ConsoleBankingSystem/ ├─ InvoiceWithDiscountPlusTax/ ├─ LibrarySystem/ ├─ MiniTimerCountDown/ ├─ MiniUniversityManagementSystem/ ├─ PinLockSystem/ ├─ TemperatureConverter/ ├─ WeightConversionProgram/ │ ├─ games/ │ ├─ DiceRoller/ │ ├─ HangMan/ │ ├─ NumberGuessingGame/ │ ├─ QuizGame/ │ ├─ RockPaperScissors/ │ └─ SlotMachine/ │ ├─ utilities/ │ ├─ AlarmClock/ │ ├─ LifeManager/ │ ├─ MusicPlayer/ │ ├─ ContactManager/ │ └─ StudentGradeSystem/ │ ├─ LICENSE └─ README.md
This project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |