A modern e-commerce application built with Next.js, featuring PWA capabilities and advanced state management.

TrendHub Shop is a comprehensive e-commerce platform built with Next.js, featuring modern UI components with shadcn/ui, PWA capabilities, and efficient data fetching with React Query. The application provides a seamless shopping experience with TypeScript for type safety.
git clone https://github.com/Ahmed-Alabadla/Ecommerce-TrendHub.git
cd Ecommerce-TrendHubnpm installnpm run devnpm run buildBrowse products, add items to cart, manage user accounts, and process orders. The app features PWA capabilities for offline usage and mobile app-like experience.
| Variable | Description | Example |
|---|---|---|
| API_URL | Backend API URL for server-side requests | http://localhost:8000/api |
| NEXT_PUBLIC_API_URL | Public API URL for client-side requests | http://localhost:8000/api |
| NODE_ENV | Node environment setting | development |