A simple web app for browsing and borrowing books online.
Built with Django + HTML/CSS/JavaScript, with two roles:
- Reader: browse, borrow, return books
- Librarian: add, edit, and manage books from the dashboard
- User authentication (login/register/logout)
- Role-based access (Reader / Librarian)
- Book catalog with search and category filters
- Borrow/return flow with borrow receipt
- Librarian dashboard for book management
- Light/Dark theme toggle