git clone https://github.com/Yanir-R/html-css-vanillaJS.git
This is a tiny app to view and simulate items purchaseed, built with vanillaJS HTML & CSS3.
- Able to add or remove items from his cart.
- Form Validations
- The quantity of product orders is saved in
localStorage
- Calculate total purchase items
- Popup message with purchase information
- Responsive Design
- Initially the application with
index.html
- Plus and Minus buttons on the product quantity Pressing + will bounce the name of the product that is clicked and its quantity above the
Your Total
button - Calculation of the final amount of all products
- Clicking on
Your Total
button will lead to a pop-up message with the purchase details
I created the project to test my abilities without library help. I wrote over 400 CSS lines and did the responsive design, I wrote vanilla-js and I enjoyed every moment
MIT © Yanir-r