Home
Softono

Multimart React Ecommerce

Open source JavaScript
128
Stars
55
Forks
2
Issues
3
Watchers
2 years
Last Commit

 About Multimart React Ecommerce

Ecommerce website build by react.js and react-bootstrap.Deployed By onrender

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Multimart React Ecommerce?

We provide expert installation service for this software. Our team will install, configure, and secure Multimart React Ecommerce on your server. plans start at just $30.

Multimart React Ecommerce

View on GitHub

Maltimart Ecommerce

πŸ“Œ Live Demo

https://multimart-ecommerce.onrender.com

😎 Features

  • Beauty UI similar to ecommerce website
  • Fully responsive and mobile friendly
  • User can add items to cart
  • User can view details of an item
  • User can show total price in cart
  • In Item page user can add quantity of item to cart instead of click add more and more

πŸš€ What technologies were used?

  • react.js (create-react-app)
  • react-dom-router
  • react-bootstrap
  • state management using Redux Toolkit

How can you clone and tweak this project?

From your command line, first clone this repo:

# Clone this repository
$ https://github.com/0mar-helal/multimart-react-ecommerce.git

# Go into the repository
$ cd multimart-react-ecommerce

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

πŸ‘¨β€πŸ’» Happy coding!