Skip to content

hamzeen/react-app

Repository files navigation

🛍 a simple e-commerce frontend using react

a simple e-commerce frontend built with React and Next.js. Consists of a list, detail view.

🔧 Built With

  • ⚛️ 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

✨ Routes

  • Product List
  • Product Detail View

📁 Folder Structure

src/
├── components/        # Reusable UI components
├── data/              # Mock product data
├── pages/             # Next.js routing
├── styles/            # Tailwind setup
├── types/             # TypeScript interfaces
├── utils/             # Helpers like formatPrice

📦 Running it locally:

npm install
npm run dev

📤 Deploy to GitHub Pages

npm run build
npm run deploy

Copyright (c) 2025 Hamzeen. H.

About

a simple e-commerce frontend built with React & Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published