Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.41 KB

File metadata and controls

78 lines (59 loc) · 2.41 KB

MaxFashion Clone

About Max

Hi most of you would be knowing about [maxfashion.com](https://maxfashion.com) , and for those who don’t know Maxfashion, Maxfashion follows a business to customer model where it owns the entire back-end supply chain starting with cloth merchents, and delivers them to customers.

Tools and Packages used in this Project :

Frontend Side :

. react.js
. react-dom
. react-icons
. react-redux
. react-router-dom
. react-scripts
. react-slick
. react-toastify
. redux
. redux-thunk 
. chakraUI

Backend Side:

. node.js
. express.js
. mongoose
. cors
. dotenv
. express-validator
. jsonwebtoken

Some Screenshots of Project :


Landing Page :

Screenshot (189)


All items by Category Page :


Login and Signup Page :


Checkout Page :


Running it on your local machine

Prerequisites

You need latest version of NodeJS and Yarn installed, which is a dependency manager for Node/JS.

Getting Started

Once you have that, run following commands to get the project up and running:

git clone https://github.com/sivagurubilli/Maxfashion-website-clone-react-redux.git
cd Maxfashion-website-clone-react-redux
npm  install
npm run dev
Runs the app in developement mode.
Open https://localhost:5173 to view it in browser.
The page will reload when you make changes.
You may also seen any lint errors in the console.

For build the apllication :

  npm run build
  It correctly bundles React in production mode and optimizes the build for the best Performance.

Thank you