This project is a React-based e-commerce application that enables users to browse and purchase products from a fake store API. It offers features such as viewing a product list, filtering products by category and price range, sorting products, and accessing individual product details.
- Product List: Display a list of products fetched from a fake store API, with options for filtering and sorting.
- Product Details Page: Show comprehensive information about selected products, including images, titles, prices, categories, and descriptions.
- Navigation: Implement client-side routing using React Router to navigate between the product list and individual product pages.
- Responsive Design: Utilize responsive design principles to ensure a seamless user experience across various devices.
- React: Frontend JavaScript library for building user interfaces.
- React Router: Library for handling client-side routing in React applications.
- HTML/SCSS: Markup and styling languages for structuring and designing the user interface.
- Fake Store API: Provides mock data for products, simulating an e-commerce store environment.