A React-based online store showcasing products from the FakeStore API. Features a full-width hero banner, product listing with sorting, and routing for Home, Product, Cart, and a 404 page.
Hero Banner: Full-screen black banner with a 2-image carousel (Swiper), large heading, and two rounded CTA buttons.
Product Grid: Fetches products via FakeStore API, sorted by dropdown; each product card has uniform image heights.
Routing: react-router-dom handles /, /Product, /Cart, and a catch-all 404.
Responsive: Flexbox and CSS Grid adapt to desktop and mobile.
```bash
git clone
License: MIT