This repository is our team’s shared space for building a complete Library Management System (LMS). The goal is to create a fully functional program using arrays, functions, and clean modular structure. All code updates, fixes, and contributions from team members will be managed here.
This repo is used by our team of three developers to:
- Write and share code
- Keep all updates in one place
- Track work progress
- Work together on different modules
- Add a book
- Remove a book
- Search by Author or ID
- Display all available books
- Issue and return books
- Check book status (Available or Damaged)
- Show all issued books
- Add new books
- Update quantity
- Show available study rooms
- Reserve a study room
- Cancel reservation
- Assign time slots
- Check reservation status
- Display all members
- Register a new member
- Search member by ID or name
- View issued books by a member
- Remove a member
- Update member details
This repository helps us maintain a clean workflow while developing the LMS together. Every change is saved here, allowing us to collaborate, review code, and build the final system step-by-step without losing track of our progress.
- Programming Language: Java
- Data Storage: Arrays & Basic File Handling
- Development Flow: Modular programming with functions
Feel free to explore the code and follow our progress as this project grows!