Skip to content

The Library Management System is a web application designed for efficient book inventory management. Users can effortlessly browse through available books, add selections to a shopping cart, and proceed with checkouts, mimicking an online shopping experience for library resources.

Notifications You must be signed in to change notification settings

aditya2922/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

Welcome to the Library Management System, a web application for managing a library's book inventory. This system allows users to browse available books, add them to a shopping cart, and perform checkouts.

Table of Contents

Getting Started

Prerequisites

Make sure you have the following installed:

  • Web Browser - To view and interact with the application.
  • Node.js - To run JavaScript on the server (if required).

Installation

  1. Clone the repository:

    git clone https://github.com/aditya2922/library-management.git
  2. Change into the project directory:

    cd library-management
  3. Open index.html in your web browser to use the application.

Usage

Running the Application

Open the index.html file in your web browser to start using the Library Management System.

Adding Books

  • The initial book list is provided in the script.js file.
  • Books can be added to the cart by clicking the "Add to Cart" button.

Searching for Books

  • Use the search bar to find books based on title, author, genre, or year.
  • Click on the suggested book to autofill the search bar.

Managing the Cart

  • View the shopping cart in the "Shopping Cart" section.
  • The cart count is displayed at the top of the page.
  • Click the "Checkout" button to complete your purchase and clear the cart.

Contributing

Contributions to enhance the project or address any issues are welcome. Feel free to submit pull requests or open issues.

License

This project is licensed under the MIT License.

About

The Library Management System is a web application designed for efficient book inventory management. Users can effortlessly browse through available books, add selections to a shopping cart, and proceed with checkouts, mimicking an online shopping experience for library resources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published