Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.47 KB

Live Project Link :- https://crwn619-live.herokuapp.com/

Major Features of the app :

(i).Sign-in/Sign-up with firebase and also google sign-in using firebase auth

(ii).Different route pages with react-router-dom i.e. Home, Shop, Checkout etc. and also have nested routings

(iii).Cart features : add, remove, increase and decrease the quantity of items

(iv).Checkout page with stripe integration for payment demo

(v).Centralized state management using react-redux

(vi).Functional components using react-hooks i.e.useState(), useEffect()

(vii).Build custom Higher order component for spinner while fetching data from firebase

(viii).Mobile responsiveness using media queries

Home Page

Screenshot (22)

SignIn/SignUp Page

Screenshot (23)

Category Page

Screenshot (24)

Shop Page

Screenshot (25)

Cart Page

Screenshot (26)

Checkout Page

Screenshot (27)