Skip to content

Latest commit

 

History

History
124 lines (78 loc) · 3.03 KB

README.md

File metadata and controls

124 lines (78 loc) · 3.03 KB

Java Internship Projects at CIPHERBYTE Technologies 🚀

Welcome to the repository for my Java internship at CIPHERBYTE Technologies! This repository contains four exciting Java projects that showcase my skills and learning progress. Each project is housed in its own folder and represents a unique task.

Repository Structure 📂

  • Task 1: Guess the Number 🎲
  • Task 2: BankY 💰
  • Task 3: Online Examination 📝
  • Task 4: Digital Library Management 📚

Project Descriptions 📝

Task 1: Guess the Number 🎲

A fun and interactive Java project where the user guesses a number generated by the computer.

Features ✨

  • Random number generation within a specified range (1 to 100).
  • User input via a dialog box.
  • Feedback on whether the guess is correct, too high, or too low.
  • Optional features: limited attempts, multiple rounds, scoring, and points based on attempts.

Technology Used 💻

  • Java

Snapshots 📸

image

Task 2: BankY 💰

A simulation of a basic banking system allowing users to create accounts, deposit/withdraw funds, and transfer funds between accounts.

Features ✨

  • Account creation
  • Deposit and withdrawal
  • Fund transfer
  • Data persistence using files or databases

Technology Used 💻

  • Java
  • Object-Oriented Programming
  • File handling

Snapshots 📸

image

Task 3: Online Examination 📝

An online examination system with various functionalities to support exam-taking.

Features ✨

  • User login and session management
  • Profile and password updates
  • MCQ answer selection
  • Timer with auto-submit
  • Session closure and logout

Technology Used 💻

  • Java
  • Object-Oriented Programming
  • File handling

Snapshots 📸

image

Task 4: Digital Library Management 📚

A comprehensive system to automate library functionalities.

Features ✨

  • Book-keeping and issuing
  • Fine generation
  • Advance booking
  • Report generation
  • Web-based with a user-friendly interface

Modules 🗂️

  • Admin Module: Full control over the system, update/delete/modify records, manage books and members.
  • User Module: View access to books, browse categories, search books, return and issue books, email support for queries.

Technology Used 💻

  • Java , Java Packages
  • Object-Oriented Programming
  • File handling

Snapshots 📸

image

Installation and Usage 🚀

  1. Clone the repository:

    git clone https://github.com/harishy0406/CBTC
  2. Navigate to the desired project folder:

    cd CBTC
  3. Compile and run the Java project:

    javac Main.java
    java Main

Thank you for exploring my Java internship projects at CIPHERBYTE Technologies! 🎉 Feel free to reach out if you have any questions or feedback. 📫