A web app displaying products from the Fake Store API. Users can sort items by price or rating. The clean, user-friendly interface ensures easy navigation, enabling users to effortlessly explore and select their preferred sorting criteria.
This web application fetches product data from the Fake Store API and allows users to view and sort the products based on different criteria such as price and rating. The interface is designed to be user-friendly, providing a seamless experience for browsing and sorting products.
- Display a list of products with details such as title, image, price, and rating.
- Sort products by price (low to high, high to low) and rating (low to high, high to low).
- Responsive design for a pleasant viewing experience on various devices.
- HTML
- CSS
- JavaScript
- Upon opening the application, you will see a list of products.
- Use the "Sort by" buttons to arrange the products based on different criteria.
- Explore the details of each product.
- Data provided by Fake Store API.