Welcome to my repository for Java projects! Here you'll find a collection of Java applications designed to help you learn programming and explore different concepts.
-
Quiz Application: A Java program that presents the user with a series of quiz questions, allowing them to select answers and keep track of their score.
-
Contact Management System: A Java application for managing contacts, allowing users to add new contacts, edit existing ones, and delete contacts.
-
Expense Tracker: A Java program to help users track their expenses, allowing them to input daily expenses, categorize them, and view statistics.
-
Weather Forecast App: A Java application that retrieves weather forecast data from an API, allowing users to enter a location and display the weather forecast for that location.
-
File Encryption/Decryption Tool: A Java program that encrypts and decrypts files using cryptographic algorithms, allowing users to select a file, choose encryption or decryption mode, and provide a key.
Each project directory contains the source code for the respective Java application. You can explore the directories to view the code and run the programs on your local machine.
Contributions to these projects are welcome! If you have any improvements or suggestions, feel free to open an issue or submit a pull request.
Happy coding! 🌟