A massive e-commerce application similar to Shopify using React Ecosystem and Firebase.
- ReactJS
- SASS
Created the project using create-react-app
template for React project
Added the npm SASS package for facilitating styling ReactJS
Broken down the homepage into smaller components, finished styling the menu-item component with SASS styles and neat animations
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