Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.56 KB

README.md

File metadata and controls

67 lines (52 loc) · 1.56 KB

E-Commerce Project

Description

Are you looking for a platform to sell your used products? You are at the right place! This project is an e-commerce project where you can sell used products. You can bid and buy the products listed in the project. You can also sell your own products if you wish.


Build with React.js v17 & Redux & SASS

📷 Screenshot

Demo

🗂️ Packages used in this project

Package Version
axios ^0.21.4
node-sass ^4.14.1
redux ^4.1.1
redux-thunk ^2.3.0
react-toastify ^8.0.3
react-icons ^4.3.1
dotenv ^10.0.0
react-hook-form ^7.17.2
styled-components ^5.3.1
react-content-loader ^6.0.3

🛠 Installation

  1. Install deps with NPM or Yarn:
npm install
#or
yarn install
  1. In the project directory, run the development server:
npm start
#or
yarn start

🚀 Build and Run for Production

Generate full static build for production:

npm run build
#or
yarn build