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
SignIn/SignUp Page
Category Page
Shop Page
Cart Page
Checkout Page