Skip to content

kattyv/react-eshop-listing-minimal

Repository files navigation

Project description (Work in progress)

Simple shopping app, made with React (Type Script) and Vite. App will be styled with MUI components.

Project features:

  • Product listing, using data from Fake Store REST API
  • Details page for product
  • Shopping cart (TODO)

Project preview

React eShop by KattyV

Credits:

Installation

  1. Download project files
  2. cd react-eshop
  3. npm install
  4. npm run dev