Skip to content

Galal36/Library-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library System

This project is a simple web-based application for managing a book library. Users can add books to the library, specifying the book name, price, author name, and author email. The application validates the input to ensure correctness and prevents duplicate entries. Additionally, it suggests previously entered email addresses as the user types. The form hides automatically when the maximum number of books specified is reached, and reappears if a book is deleted.

Features

  • Add books with validation for name, price, author name, and author email.
  • Prevent duplicate book entries.
  • Suggest previously entered email addresses.
  • Hide the form when the maximum number of books is reached.
  • Edit and delete book entries.

Technologies Used

  • HTML
  • CSS
  • JavaScript

About

Book Library System: A simple web app to manage a book library. Users can add books with validation (name, price, author info), avoid duplicates, and get email suggestions while typing. The form hides when the book limit is reached and reappears if a book is removed. Built with HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors