https://github.com/supunrandika98/shopping-cart-javascript
This is a simple shopping cart web application built with HTML, CSS ,Bootstrap & JavaScript.
https://github.com/supunrandika98/shopping-cart-javascript
bootstrap5 css html5 imagefilter javascript shopping-cart shopping-site
Last synced: about 2 months ago
JSON representation
This is a simple shopping cart web application built with HTML, CSS ,Bootstrap & JavaScript.
- Host: GitHub
- URL: https://github.com/supunrandika98/shopping-cart-javascript
- Owner: supunrandika98
- License: agpl-3.0
- Created: 2023-04-29T12:41:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T13:43:01.000Z (about 3 years ago)
- Last Synced: 2025-03-19T00:33:04.799Z (about 1 year ago)
- Topics: bootstrap5, css, html5, imagefilter, javascript, shopping-cart, shopping-site
- Language: HTML
- Homepage:
- Size: 1.3 MB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Shopping Cart - Javascript
This is a Shopping Cart built with HTML, CSS,Bootstrap & JavaScript. In this simple shopping cart web application project I have used some of the more intermediate advanced parts of the document object model or the javascript dom to show how to build this web application.
## Features
- Users can filter the product items.
- User should click the 'Add to Cart' button to add a product to the cart.
- A message displays if user try to add same product twise.
- The cart displays the image, title, price, amount of each product that user has added to the cart.
- User can remove any product item from the cart.
- User can change the count of the products that they want to buy.
- The total price of the products which are in the cart will display.
## Technologies
Built with:
- HTML
- CSS
- Bootstrap
- JavaScript
## Screenshots


