Skip to content

abhi3566/react-cart-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 3, 2023
5349e4b Β· Sep 3, 2023

History

2 Commits
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023
Sep 3, 2023

Repository files navigation

Maltimart Ecommerce

πŸ“Œ Live Demo

https://react-cart-app-three.vercel.app

😎 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 Context API

How can you clone and tweak this project?

From your command line, first clone this repo:

# Clone this repository
$ https://github.com/abhi3566/react-cart-app.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!