Skip to content

Latest commit

Β 

History

History
44 lines (37 loc) Β· 1.31 KB

File metadata and controls

44 lines (37 loc) Β· 1.31 KB

⚑ CONSOLE BASED PROJECT ⚑

πŸ“š Student & Library Management System (Console-Based Java Project) This is a Java console-based project that provides two main modules:

  1. Student Details Module – Enter and display student details.
  2. 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.