Skip to content

The Library Management System is a user-friendly web application designed to streamline the process of managing a personal book collection. With an intuitive interface, users can easily add new books to their library, view detailed information about each book, update the read status, and remove books when needed.

Notifications You must be signed in to change notification settings

CFisher21/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

Overview

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.

Features

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

Technologies Used

  • HTML: Structure of the web application.
  • CSS: Styling and layout of the application.
  • JavaScript: Functionality and interactivity, including local storage for data persistence.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Cody Fisher

About

The Library Management System is a user-friendly web application designed to streamline the process of managing a personal book collection. With an intuitive interface, users can easily add new books to their library, view detailed information about each book, update the read status, and remove books when needed.

Topics

Resources

Stars

Watchers

Forks