Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.53 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.53 KB

SuperMarket

SuperMarket to order groceries with our easy to use app, and get products delivered straight to your doorstep. We use stripe to process your payment

Link to project: https://supermarkets123.netlify.app/

supermarket

How It's Made:

Tech used:

HTML5 BADGE CSS BADGE JAVASCRIPT BADGE REACT BADGE BOOTSTRAP BADGE

Optimizations

One of the first thing I would do improve the architectures and design patterns to increase reusability and maintainability and constant refacturing of the code.

Lessons Learned:

Utilized callback functions in the useState, and using Redux to handle cart to build a modular and scalable app. I also used firebase a realtime database to store the supermarket product. Through this I learned, how to effectively simplify components to be used different multiple components, .

Installation:

  1. Clone repo
  2. run npm intall

Usage:

  1. run npm start