Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.41 KB

File metadata and controls

53 lines (37 loc) · 1.41 KB

🛒 Swift-Cart App

📌 Overview

Swift-Cart is a fast and modern e-commerce frontend built with Next.js and TypeScript.
It provides a smooth shopping experience with a responsive design, clean UI, and is ready for backend API integration.


✨ Features

  • 🚀 Built with Next.js 14 and TypeScript
  • 🎨 Responsive, modern UI with Tailwind CSS
  • ⚡ Optimized performance using Next.js App Router
  • 🛍️ E-commerce ready structure (products, cart, checkout)
  • 🔧 Easy integration with APIs or custom backend
  • 🧩 Component-based architecture for reusability

⚙️ Installation


📥 Clone & Install

git clone https://github.com/belalfawzy/swift-cart-app.git cd swift-cart-app npm install


🚀 Usage

Browse the storefront to explore products

Add/remove items from the cart

Test responsive design on mobile and desktop

Extend with backend APIs for full e-commerce functionality


📂 Project Structure

swift-cart-app/ │ ├── public/ → Static assets (images, icons) ├── src/ → Source code │ ├── app/ → Next.js App Router pages │ ├── components/ → Reusable UI components │ └── styles/ → Global styles ├── package.json → Dependencies & scripts ├── tsconfig.json → TypeScript config └── next.config.ts → Next.js configuration