β‘ CONSOLE BASED PROJECT β‘
π Student & Library Management System (Console-Based Java Project) This is a Java console-based project that provides two main modules:
- Student Details Module β Enter and display student details.
- Library System Module β Manage a simple library system with CRUD operations. The project runs entirely in the console using a menu-driven approach.
π Features πΉ Module 1: Student Details Input student details: Name Fatherβs Name University ID User ID Semester Display student details in a formatted way.
πΉ Module 2: Library System A menu-driven system for library management. Supports CRUD operations (Create, Read, Update, Delete) for managing books.
π οΈ Tech Stack Language: Java IDE: Any Java-supported IDE (VS Code, IntelliJ, Eclipse, etc.) Input Handling: Scanner class for user input
π Project Structure
Copy code
Main.java β Entry point of the program with main menu
Module1.java β Handles Student Details
Module2.java β Handles Library System (CRUD operations)
π Example Menu ===== Main Menu ===== 1 - Module 1 (Student Details) 2 - Module 2 (Library System) 3 - Exit Enter your choice:
π‘ Future Improvements Add file handling to save student & library data. Add authentication for users. Expand library system with issue/return functionality.