The Library Management System is a web-based application designed to help users manage a collection of books. It allows users to add new books, view the list of books in the library, update the status of books as read or unread, and delete books from the library. The application stores data locally in the browser using local storage, making it easy to manage the library without the need for a server.
- Add New Books: Users can add books to the library with details such as author, title, pages, genre, and read status.
- View Library: A tabular view of all the books in the library with details.
- Update Read Status: Toggle the read status of books.
- Delete Books: Remove individual books from the library.
- Clear Library: Delete all books in the library.
- Responsive Design: Optimized for both desktop and mobile devices.
- HTML: Structure of the web application.
- CSS: Styling and layout of the application.
- JavaScript: Functionality and interactivity, including local storage for data persistence.
This project is licensed under the MIT License - see the LICENSE file for details.
- Email - fishercody23@gmail.com
- LinkedIn - https://www.linkedin.com/in/fishercody21/
- GitHub - https://github.com/CFisher21