Welcome to the Library Management System project! This is a user-friendly web-based application that helps manage a library's inventory, borrowers, renting activities. The system allows you to add, search, and remove books, and manage the borrowing process.
- Add new books: Add new books to the system by entering book details such as title, author, and publication year.
- Search books: Search for books using keywords.
- Update book information: Modify existing book records.
- Delete books: Remove books from the library.
- Track borrowing and returning: Keep track of who has borrowed a book and its return status.
- HTML5: For structuring the content of the web pages.
- CSS3: For styling and enhancing the user interface.
- JavaScript: For implementing the core functionality and interactivity of the application.
-
Clone the repository:
git clone https://github.com/Balajistark073/Library_management_System.git
-
Navigate to the project directory:
cd Library_management_System -
Run the project: Open the
index.htmlfile in your preferred web browser to run the project locally.
- Adding Books: Click the "Add" button to add the book to the library.
- Searching Books: Use the search bar to search for books by title.
- Deleting or Adding more Books: Select a book from the list and use the available options delete it or add more books.
Contributions are welcome! If you'd like to contribute to this project, feel free to submit a pull request or open an issue.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a pull request.



