This is a product listing application that allows you to view products.
- 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.
-
React: A JavaScript library for building user interfaces.
-
React Router: A library for handling routing in React applications.
-
Clone the repository:
git clone https://github.com/your-username/eCommerce-listing.git
-
Install:
cd ecommerce-listing
thennpm install
-
Running: run
npm start
-
Testing: run
npm test
-
Building: run
npm build