The coding technologies used in this full-stack eCommerce project include:
- Next.js 15 – Modern React framework for SSR (Server-Side Rendering) & SSG (Static Site Generation).
- React 19 – Component-based UI development.
- Tailwind CSS – Utility-first CSS framework for styling.
- ShadcnUI – UI component library for modern and responsive design.
Zustand – Lightweight and simple state management for handling app state.
Next.js API Routes – Backend logic and data fetching.
- Stripe – Payment gateway integration for secure transactions.
- Advanced Filtering & Live Stock Updates – Likely using Next.js API or Zustand for dynamic updates.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.