?Cart Frontend Challenge

A checkout page with some discounts rules based on item amount:

  • Shirt: Buy 3 or more and and Get %5 discount on each one
  • Skirt: Buy 2 for the price of 1

This is part of a challenge for a technical interview. Styles and HTML were provided beforehand.

Project URL

screenshot

Run it locally

  1. Clone or download the main folder structure.
  2. Run npm install.
  3. Run npm run dev.
  4. Check the returned URL and run it in your browser.

Stack

GitHub

View Github