This is the frontend for the BookLibrary project, built with HTML, CSS, and JavaScript. It provides a user-friendly interface for interacting with the library system.
Main Library Menu(Fetches live events from Ticketmaster API for Oslo) User Management System Admin page Admin page
- View Books – Browse a list of available books.
- Show TOP10 Books - Show top 10 loaned books in the library.
- Advanced Search – Search books by title, author, year, or genre.
- Favorites – Add books to your favorites list.
- Events – View a list of upcoming library events.
- Loan System – Borrow books and return them when finished.
- User Profile – See your favorite books and loaned books in one place.
- Styled Interface – Uses
styleAdminBook.cssfor a clean and intuitive design.
The frontend is part of the BookLibrary.Frontend project and is located in the wwwroot folder. It communicates with the backend API to fetch and update book data.
- Ensure the backend API is running.
- Open
index.htmlin a browser or run it through a local web server.



