This is a simple Library Management System project built using *HTML, **CSS, and *JavaScript. The system allows users to:
- Add books with details like title, author, ISBN, issue date, and return date.
- Calculate and display fines for late returns (₹10 per day after 10 days).
- Delete book entries.
- Enjoy dynamic background color transitions every 3 seconds for a visually appealing design.
- Add Book Entries: Enter book details such as title, author, ISBN, issue date, and return date.
- Fine Calculation: Automatically calculates a fine of ₹10 per day if the return exceeds 10 days.
- Dynamic Background Animation: The background color transitions smoothly between different colors every 3 seconds.
- Delete Book Entries: Easily delete entries from the table with a button click.