Welcome to my Shopping Cart Practice project! This website was created as a practice exercise to enhance my JavaScript skills, with a particular focus on developing a dynamic shopping cart feature.
The primary goal of this project was to build a functional shopping cart where users can:
- Add items to the cart
- Increase or decrease item quantities
- Remove items from the cart
All user interactions with the cart are stored in local storage, ensuring that selections are remembered even after the page is refreshed.
Check out the live version of the website here: Live View
The design of this site was inspired by a Nike UI design on Figma. Approximately 60% of the design elements were inspired by this Figma Community Design. The remaining elements were customized to suit the specific needs of this project.
- JavaScript: Core functionality, especially for managing the shopping cart and local storage.
- HTML5 & CSS3: Structure and styling.
- Responsive Design: Ensures the site is fully responsive across all devices.
To run this project locally:
- Clone the repository:
git clone https://github.com/arianimmen/Shopping-Cart-Practice.git
- Open
index.html
in your browser to view the site.
Contributions, issues, and feature requests are welcome!