Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harishy0406/cbtcip
Welcome to the CIPHERBYTE TECHNOLOGIES repository!♨️☕ This repo contains the projects I completed during my JAVA PROGRAMMING internship at CIPHERBYTE TECHNOLOGIES.📝🤖
https://github.com/harishy0406/cbtcip
cipherbyte-technologies internship java javaprogramming javaprojects vscode
Last synced: 10 days ago
JSON representation
Welcome to the CIPHERBYTE TECHNOLOGIES repository!♨️☕ This repo contains the projects I completed during my JAVA PROGRAMMING internship at CIPHERBYTE TECHNOLOGIES.📝🤖
- Host: GitHub
- URL: https://github.com/harishy0406/cbtcip
- Owner: harishy0406
- Created: 2024-07-09T17:48:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:14:31.000Z (5 months ago)
- Last Synced: 2024-07-17T17:02:53.350Z (5 months ago)
- Topics: cipherbyte-technologies, internship, java, javaprogramming, javaprojects, vscode
- Language: Java
- Homepage:
- Size: 5.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/harishy0406/CBTC/blob/main/TASK1.gif)
### 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](https://github.com/harishy0406/CBTC/blob/main/TASK2.gif)
### 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](https://github.com/harishy0406/CBTC/blob/main/TASK3.gif)
### 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](https://github.com/harishy0406/CBTC/blob/main/TASK4.gif)
## Installation and Usage 🚀
1. **Clone the repository:**
```bash
git clone https://github.com/harishy0406/CBTC
```2. **Navigate to the desired project folder:**
```bash
cd CBTC
```3. **Compile and run the Java project:**
```bash
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. 📫