/Clothing-e-Commerce

A massive e-commerce application similar to Shopify using React Ecosystem and Firebase.

Primary LanguageJavaScript

Clothing e-Commerce

Clothing e-Commerce App Cover Design

A massive e-commerce application similar to Shopify using React Ecosystem and Firebase.

Technologies

  • ReactJS
  • SASS

Project Pipeline

1. Project initialization using Create React App

Created the project using create-react-app template for React project

2. Adding NodeJS SASS package for styling

Added the npm SASS package for facilitating styling ReactJS

3. Broken down homepage into components & applied SASS animations

Broken down the homepage into smaller components, finished styling the menu-item component with SASS styles and neat animations

4. Updated menu-items to navigate using withRouter HOC

The menu-items component is automated to route to specific pages based on the passed props, and these props are utilized properly by the chilren using the Higher Order Component (HOC) provided by the React Router called - withRouter