Our project is a Book Inventory System that enables users to efficiently manage their book collection through a
web-based interface. It incorporates essential features such as displaying existing book data and adding new books to
the inventory. The system interacts with a relational database using JavaScript's Fetch API to communicate with
server-side PHP scripts for data retrieval and insertion.
The core functionalities of our system include fetching and displaying the list of books, adding new books to the
database, and associating authors with their books. Users can fill out a form to add new books, and the system leverages
asynchronous JavaScript to ensure a smooth user experience.
While our current implementation focuses on these fundamental features, it lays the groundwork for potential
enhancements such as sorting, filtering, and searching in the future. These enhancements can be seamlessly integrated to
further streamline the book management process.
In summary, our Book Inventory System provides a straightforward and user-friendly solution for managing book
collections, offering an efficient way to view and update book information in the database.
Joint Evaluation