Skip to content

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

Notifications You must be signed in to change notification settings

aniketrai07/Library_Tracker_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

⚑ 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages