Skip to content

kubraguler/eCommerce-listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

E-Commerce Listing App 🚽 πŸ›

This is a product listing application that allows you to view products.

Features

  • Product Listing: View a list of products, including product name, description, and price.
  • Sorting: Sort the products by either recommended, lowest price, highest price or highest discount.
  • Pagination: Navigate through multiple pages of products.

Technologies Used

  • React: A JavaScript library for building user interfaces.

  • React Router: A library for handling routing in React applications.

Getting Started

  • Clone the repository: git clone https://github.com/your-username/eCommerce-listing.git

  • Install: cd ecommerce-listing then npm install

  • Running: run npm start

  • Testing: run npm test

  • Building: run npm build