An open API service indexing awesome lists of open source software.

https://github.com/smircodes/book-store


https://github.com/smircodes/book-store

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Shopping Cart with Pure JavaScript

This project is a simple shopping cart implementation using pure JavaScript, HTML, and CSS. It demonstrates the basics of adding items to a cart, updating quantities, and calculating the total price.

## Features

* Add items to the cart
* Update item quantities
* Calculate the total price
* Display a list of items in the cart

## Technologies Used

* HTML5 for structuring the web page
* CSS3 for styling the web page
* JavaScript for handling user interactions and calculations

## Project Structure

The project is organized as follows:

- `index.html`: The main HTML file containing the structure of the shopping cart.
- `styles.css`: The CSS file for styling the shopping cart interface.
- `script.js`: The JavaScript file implementing the shopping cart functionalities.

## Usage

To run the shopping cart application, simply open the `index.html` file in your web browser. Explore the cart interface, add items, and see how the total price dynamically updates.

## Disclaimer

Please note that this project was developed around 5 years ago and may not adhere to modern best practices. It is preserved here for historical and educational purposes.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.