Skip to content

🛍️Vanilla JS Shopping Cart - (😷 Covid-19 Quarantine Project)

Notifications You must be signed in to change notification settings

dsk90it/js-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛍️ Shopping Cart (Frontend Challenge) Netlify Status

A simple vanilla JS Project

🚀 Demo

https://js-cart.netlify.app/

❗Requirements [Completed : 7/7]

  1. ✅ Responsive site
  2. ✅ Well written CSS
  3. ✅ You have to make an AJAX request to fetch data.
  4. ✅ Display all products from provided JSON
  5. ✅ User should be able to remove the product
  6. ✅ User should be able to increment/decrement individual line item
  7. ✅ Calculate order summary accordingly

👨‍💻Tech Stack

  1. HTML
  2. CSS
  3. Vanilla JS
  4. Webpack

⚙ Installation

  1. Fork this repository to your GitHub account
  2. Clone your fork to your development machine
  3. Install the package dependencies by running npm install (or yarn if you prefer)
  4. Start the application server by running npm run dev-server
  5. Open your browser to http://localhost:8080
  6. For production build run npm run build

About

🛍️Vanilla JS Shopping Cart - (😷 Covid-19 Quarantine Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published