📚 Bookstore Inventory Management Website
A single-page bookstore inventory management website built using HTML, CSS, and JavaScript. The application allows users to manage book records through a simple and interactive form.
Users can enter author name, book name, and price using the form and add the details to the inventory. The website supports adding, editing, and deleting book entries, making inventory management easy and efficient.
Key Features:
Single-page scrolling website
Form inputs: Author Name, Book Name, Price
Add and Clear buttons
Display added book records dynamically
Edit and Delete functionality for each book entry
Built using pure HTML, CSS, and JavaScript