Skip to content

DanielaMichelle/product-list-with-cart

Repository files navigation

Product list with cart

This is a solution to the Product list with cart challenge on Frontend Mentor.

Overview

The challenge

Users should be able to:

  • Add items to the cart and remove them
  • Increase/decrease the number of items in the cart
  • See an order confirmation modal when they click "Confirm Order"
  • Reset their selections when they click "Start New Order"
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • React - JS library
  • Next.js - React framework
  • react context