This project is a simple web application for managing inventory in an online bookstore. It allows users to add new books, edit existing book details, and delete books from the inventory.
- HTML
- CSS
- JavaScript
- Add Books: Users can enter the title, author, price, and quantity of a book and add it to the inventory.
- Edit Books: Users can edit the details of existing books, including the title, author, price, and quantity.
- Delete Books: Users can remove books from the inventory.
- Responsive Design: The application is designed to work well on both desktop and mobile devices.
To get a local copy up and running follow these simple steps:-
- Clone the repository:-
git clone https://github.com/CharudattaGhute/Book-store-inventory-management.git
- Open the index.html file in your web browser.
- Open the application in your web browser.
- Enter the details of a new book in the input fields provided.
- Click the "Submit" button to add the book to the inventory.
- To edit or delete a book, click the respective buttons in the book list.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create your feature branch (git checkout -b feature/AmazingFeature).
- Commit your changes (git commit -m 'Add some AmazingFeature').
- Push to the branch (git push origin feature/AmazingFeature).
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.