https://github.com/smircodes/book-store
https://github.com/smircodes/book-store
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smircodes/book-store
- Owner: smircodes
- Created: 2021-04-01T11:34:50.000Z (almost 5 years ago)
- Default Branch: samira
- Last Pushed: 2024-01-26T20:50:21.000Z (about 2 years ago)
- Last Synced: 2025-02-15T21:28:55.381Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://samiraatech.github.io/book-store/
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.