/shopkart

Primary LanguageJavaScript

ShopKart

Build With React JS and Material UI

Npm Modules Used

  • Axios - for fetching Data as http request
  • react-router-dom - for URL path
  • @mui/material - CSS Framework

Development Setup

  • Clone this repo
  • npm install - To install the dependencies
  • npm run server - To start the JSON server
  • npm start - To start the react app

Routes

Endpoint Result
/ Products Page
/Login Login Page
/cart Shopping Cart Page
/product/:id Single Product

UI

Login/Register page

Home page

Home page

Home page

Product detail page

Home page

Cart page

Home page