/elite-clothing

A complete and scalable Full-stack E-Commerce React PWA

Primary LanguageJavaScript

Elite Clothing

A full stack React PWA able to execute a complete ecommerce business process in a scalable way for a hypothetical company.

Link:

https://elite-fashion.netlify.app

Key Concepts Applied

React (Router, Hooks, Contexts)
Redux (Redux, Thunks, Sagas)
Redux Toolkit
SASS
Firebase (Auth, Firestore)
Styled Components

Current Features

Login, Google SignIn, User Register
Shop (Categories, Products)
Cart
Checkout

Branch Strategy

Git pull to get latest,
Create a new branch for each feature, fix or optimization then add a PR.

To Run

Used vite instead of create-react-app so

npm install
npm run dev