Welcome to Mini-Projects! This repository contains small Java projects that I built for learning and fun. Each project has a JAR file for easy execution.
- ATM Interface - Console-based ATM simulation.
- File Security - Encrypt/Decrypt files using XOR with a password.
- Guess a Number Game - A fun number-guessing game with timer.
- Palindrome Checker - Checks if a given string is a palindrome.
- Password Strength Checker - Evaluates password strength.
- Random Password Generator - Generates secure random passwords.
- Quiz Application - Java Swing-based quiz game.
- Rock Paper Scissors - Classic game with console-based play.
- Simple Calculator - Performs basic arithmetic operations.
- Student Grade Calculator - Calculates student grades.
- Temperature Converter - Converts between Celsius, Fahrenheit, and Kelvin.
- Tic-Tac-Toe Game - Console-based version of the classic game.
- Snake Game - Classic snake game with easy and hard modes
- Student Course Registration System - Register, update, and delete student records using MongoDB. (Note: This project will download additional files on running for the first time.)
Each project has a corresponding JAR file, which you can download and execute easily.
🔗 Download All Projects from GitHub Releases: Click Here
- Download the JAR file for the desired project.
- Open a terminal or command prompt.
- Navigate to the directory containing the JAR file.
- Run the following command:
(Replace
java -jar project-name.jar
project-name.jarwith the actual file name.)
Ensure Java 8 or higher is installed on your system. You can check your Java version with:
java -versionThis repository is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0) license. This means: You can use these projects for personal or educational purposes. You cannot modify or distribute modified versions of these projects.
Have questions or suggestions? Feel free to reach out!
Email: anuragzete27@outlook.com
Portfolio: Anurag Zete
LinkedIn: Anurag Zete
Happy Coding!
If you find these projects useful, don't forget to star ⭐ this repository!