https://github.com/harshsrivastava05/e-commerce
I developed a full-stack e-commerce website using Next.js, Payload, tRPC, and Tailwind CSS. The platform includes an admin dashboard for managing products, orders, and users, providing a seamless and efficient experience for both customers and administrators.
https://github.com/harshsrivastava05/e-commerce
nextjs payloadcms tailwindcss trpc-client trpc-server
Last synced: 3 days ago
JSON representation
I developed a full-stack e-commerce website using Next.js, Payload, tRPC, and Tailwind CSS. The platform includes an admin dashboard for managing products, orders, and users, providing a seamless and efficient experience for both customers and administrators.
- Host: GitHub
- URL: https://github.com/harshsrivastava05/e-commerce
- Owner: harshsrivastava05
- Created: 2024-03-29T17:12:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T19:10:26.000Z (10 months ago)
- Last Synced: 2025-08-06T21:09:29.781Z (10 months ago)
- Topics: nextjs, payloadcms, tailwindcss, trpc-client, trpc-server
- Language: TypeScript
- Homepage:
- Size: 22.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
I developed a full-stack e-commerce website using Next.js, Payload, tRPC, and Tailwind CSS. The platform includes an admin dashboard for managing products, orders, and users, providing a seamless and efficient experience for both customers and administrators.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](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`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
**Sign-up page**

**Sign-in page as customer**

**Sign-in as seller**

**Admin dashboard**

**Users information**

**Product information**

**Home screen**

**Drop down menus**


**Product tiles**

**Cart**

**Cart with items**

**Item description**

**Checkout page**
