Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 810 Bytes

File metadata and controls

39 lines (32 loc) · 810 Bytes

Market App

This project is like an e-commerce frontend page. You can filter the products and add them to the basket. Finally you can buy.

Demo

Features

  • Fetch Data from API
  • Product Filtering
  • Add to Basket
  • You can change the number of items in the basket
  • You can view the products page by page

Used

Setup

git clone https://github.com/Cihatata/marketApp.git
cd marketApp
npm install
npm run dev

Test

npm run cypress:headless
npm run cypress