Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages