This project implements a checkout system for a library app where users can purchase books. The checkout system calculates the total price, including discounts, taxes, and shipping costs, and allows users to manage their cart by adding, removing, and adjusting the quantity of items.
- HTML5
- CSS3
- JavaScript
- Product List: Display a list of available books with images, titles, prices, and quantity controls.
- Delete Products: Allow users to remove products from their cart.
- Total Calculation: Calculate the total price of the selected products, including discounts, taxes, and shipping costs.
- Responsive Design: Ensure the application works well on various screen sizes.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Browse through the available books and add them to your cart.
- Adjust the quantity of items or remove them as needed.
- Review the total price and proceed to checkout.
index.html
: Main HTML file that displays the checkout interface.css/index.css
: CSS file containing styles for the checkout interface.checkout2.js
: JavaScript file containing the logic for managing the cart and calculating prices.
Feel free to contribute to this project by submitting bug reports or feature requests.
⌛ Happy Coding ✍