Internship Projects for LetsGrowMore 🚀

Welcome to my repository for the internship projects completed at LetsGrowMore. These projects demonstrate various functionalities and skills acquired during my internship. The projects are implemented in Java and cover a range of applications.

📚 Table of Contents

  1. Overview
  2. Currency Converter
  3. Tic Tac Toe
  4. Scientific Calculator
  5. Setup and Installation
  6. Contact

🌟 Overview

During my internship at LetsGrowMore, I developed several Java applications to showcase my understanding and practical skills in programming. Each project demonstrates the ability to create functional and user-friendly applications. The goal was to apply Java programming concepts, improve problem-solving skills, and create software solutions that are both practical and interactive.

💵 Currency Converter

Description:
A simple currency converter application that allows users to convert between different currencies using predefined exchange rates.

Features:

  • 💱 Converts amounts between various currencies.
  • 🔄 Utilizes up-to-date exchange rates for conversion.
  • 🖥️ Provides an intuitive user interface for input and conversion.

Usage:
Run the CurrencyConverter.java class. Enter the amount and select the currencies for conversion.

File: CurrencyConverter.java

🧩 Tic Tac Toe

Description:
A console-based Tic Tac Toe game where two players can play against each other.

Features:

  • 👥 Two-player gameplay.
  • ✅ Validates moves and detects win conditions.
  • 📊 Displays the game board and result.

Usage:
Run the TicTacToe.java class. Follow the prompts to enter player moves.

File: TicTacToe.java

🧮 Scientific Calculator

Description:
A scientific calculator application with functionalities to perform basic and advanced mathematical operations.

Features:

  • ➕ Basic operations: addition, subtraction, multiplication, division.
  • 📏 Advanced operations: square root, power, trigonometric functions.
  • 🎛️ User-friendly interface for performing calculations.

Usage:
Run the ScientificCalculator.java class. Use the provided interface to perform calculations.

File: ScientificCalculator.java

⚙️ Setup and Installation

To get started with these projects, follow these instructions:

Prerequisites

  • ☕ Java Development Kit (JDK) 8 or later
  • 💻 Integrated Development Environment (IDE) such as Eclipse, IntelliJ IDEA, or Visual Studio Code

📫 Contact

For any questions or inquiries, please contact me at pmt03102002@gmail.com.


Thank you for checking out my LetsGrowMore Java Internship projects!