Skip to content

girishlade111/ecommerce

Repository files navigation

E-commerce Project

This is a modern e-commerce web application built with Next.js, TypeScript, and Tailwind CSS.

Features

  • Product catalog with detailed views
  • Shopping cart functionality
  • Checkout process
  • Custom design options
  • User account management
  • Blog section
  • About page

Tech Stack

  • Frontend: Next.js, TypeScript, Tailwind CSS
  • UI Components: shadcn/ui
  • Styling: Tailwind CSS
  • State Management: React Context API

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

app/            # Next.js app router pages
components/     # Reusable UI components
lib/            # Utility functions and data
types/          # TypeScript types
ai/             # AI-powered features
hooks/          # Custom React hooks

Learn More

To learn more about the technologies used in this project:

Deployment

The easiest way to deploy your Next.js app is to use Vercel, the creators of Next.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published