a simple e-commerce frontend built with React and Next.js. Consists of a list, detail view.
- ⚛️ React 18 – Component-based UI
- ⚡ Next.js 13+ – Static site generation (SSG) with
output: export
for GitHub Pages support - 💨 Tailwind CSS – Utility-first styling
- 📦 TypeScript – Strongly typed components
- 🚀 GitHub Pages – Static deployment using
gh-pages
- Product List
- Product Detail View
src/
├── components/ # Reusable UI components
├── data/ # Mock product data
├── pages/ # Next.js routing
├── styles/ # Tailwind setup
├── types/ # TypeScript interfaces
├── utils/ # Helpers like formatPrice
npm install
npm run dev
npm run build
npm run deploy
Copyright (c) 2025 Hamzeen. H.