edgarmuyomba / simple-grocery-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grocery App

A simple grocery shopping site designed using react, html, css and javascript

How to run

  1. Clone the repository
     git clone <url>
  2. Install the necessary dependencies
     npm install
  3. Run the app
     npm run dev

Features

  1. Flexible use of the cart ie add and subtract item count, delete items
  2. Sub-total calculation
  3. Mock checkout feature
  4. Mobile (max-width: 767px) and Tablet (max-width: 1024px) responsivity

About


Languages

Language:JavaScript 54.3%Language:CSS 42.7%Language:HTML 2.9%