Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.98 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.98 KB

fullpage

Get Started

Clone the repo:

git clone https://github.com/Yanir-R/html-css-vanillaJS.git

Table of Contents js-standard-style

Introduction

This is a tiny app to view and simulate items purchaseed, built with vanillaJS HTML & CSS3.

Features

  • 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

Instructions

  • 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

Motivation

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

Technologies

License

MIT © Yanir-r