An Online Library Website that allows users to search, view, and borrow books. The system supports two types of users:
Admin - Can manage books (add, edit, delete, view available books).
User - Can search for books, view book details, and borrow available books.
This project is built using pure HTML, CSS, JavaScript (Frontend), and Python with Django (Backend).