This is a modern e-commerce web application built with Next.js, TypeScript, and Tailwind CSS.
- Product catalog with detailed views
- Shopping cart functionality
- Checkout process
- Custom design options
- User account management
- Blog section
- About page
- Frontend: Next.js, TypeScript, Tailwind CSS
- UI Components: shadcn/ui
- Styling: Tailwind CSS
- State Management: React Context API
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
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
To learn more about the technologies used in this project:
The easiest way to deploy your Next.js app is to use Vercel, the creators of Next.js.