Skip to content

arunabhg/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a clone of a popular e-commerce site. Here customers can view different products, product details and add, delete items to cart.

  • The products, their ratings and prices are picked up using a mock API.

  • Routing between different components is performed using React Router 6.

  • Customer can add/remove items from the cart. The total items are displayed in the cart.

Home Page

Home Page

Product Details

Product Details

Cart

Cart

Technologies Used

The application was bootstrapped with Vite.

  • React
  • React Router 6
  • Context API
  • SCSS
  • Material-UI
  • MockAPI

Installation

  • Fork or directly clone the repository in your local machine.
  • Type the command npm install in the terminal. This will install all the dependencies.
  • Use the command npm start to start the app. View the app in the browser on 'https://localhost:3000'.

About

Clone of a certain e-commerce site. Built using React, react-router-6 and a mock api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages