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
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 |
- Install deps with NPM or Yarn:
npm install
#or
yarn install
- In the project directory, run the development server:
npm start
#or
yarn start
Generate full static build for production:
npm run build
#or
yarn build