Library Management System
A complete web-based Library Management System built using HTML, CSS, and JavaScript with DOM manipulation.
The system allows users to:
* Add new books with title, author, and year
* Remove books only if they are available
* Search books by title or author
* Borrow books with borrower name and automatic due date calculation
* Return books with automatic late fee calculation ($1 per day)
* View all books with real-time status updates
The project demonstrates strong knowledge of JavaScript concepts including arrays, objects, functions, loops, conditionals, event handling, and dynamic DOM updates. It includes an interactive user interface with real-time updates and status feedback.