8000 GitHub - MehranRastgar/ecommerce-ts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MehranRastgar/ecommerce-ts

Repository files navigation

Modern eCommerce Platform

A full-featured eCommerce platform built with Next.js, TypeScript, and TailwindCSS.

Storefront Preview

Features

  • 🛍️ Full eCommerce functionality
  • 🏪 Product catalog with categories and filters
  • 🔍 Advanced search capabilities
  • 🛒 Shopping cart management
  • 👤 User authentication and profiles
  • 📱 Responsive mobile-first design
  • 🎨 Modern UI with Tailwind CSS
  • 🌙 Dark/Light theme support
  • 🔐 Secure checkout process
  • 📦 Order management

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/ecommerce-ts.git
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables:
NEXT_PUBLIC_BASE_API_URL=your_api_url
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

├── pages/            # Next.js pages
├── public/           # Static assets
├── src/
│   ├── components/   # React components
│   ├── store/        # Redux store and slices
│   ├── types/        # TypeScript types
│   ├── hooks/        # Custom React hooks
│   └── utils/        # Utility functions

6A92
── styles/           # Global styles
└── ...config files

Key Features Implementation

Shopping Cart

  • Persistent cart storage
  • Real-time price updates
  • Quantity adjustments
  • Remove items

User Authentication

  • Phone number verification
  • OTP authentication
  • User profiles
  • Order history

Product Catalog

  • Product categories
  • Advanced filtering
  • Search functionality
  • Product variants

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0