An open API service indexing awesome lists of open source software.

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.

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**
![Screenshot 2024-05-06 002449](https://github.com/harshsrivastava05/e-commerce/assets/130855160/03400c38-5b3e-4c6c-ae9b-ac5d8aadf204)

**Sign-in page as customer**
![image](https://github.com/user-attachments/assets/4bc9bc3d-73a0-4b34-a69e-04d3e66a8481)

**Sign-in as seller**
![image](https://github.com/user-attachments/assets/6156ae69-ff8c-4c14-b205-0e312208115b)

**Admin dashboard**
![image](https://github.com/user-attachments/assets/354151a6-b5a6-4415-8221-b67bcd37d59f)

**Users information**
![image](https://github.com/user-attachments/assets/35442405-074d-44a8-9c0e-e9415acb15c0)

**Product information**
![image](https://github.com/user-attachments/assets/5d5b289b-9b88-4d85-8467-e9b16425c397)

**Home screen**
![Screenshot 2024-05-06 002418](https://github.com/harshsrivastava05/e-commerce/assets/130855160/e8d2bc7b-db34-480f-b4dd-1ea038516faa)

**Drop down menus**
![Screenshot 2024-05-06 002428](https://github.com/harshsrivastava05/e-commerce/assets/130855160/bc22dda0-b841-467a-8ff4-95710e32c146)

![Screenshot 2024-05-06 002439](https://github.com/harshsrivastava05/e-commerce/assets/130855160/c62f8af9-d092-4039-be33-cb3e2309984c)

**Product tiles**
![image](https://github.com/user-attachments/assets/a4fa71d8-1e0e-4168-9887-1ef7c20055a4)

**Cart**
![Screenshot 2024-05-06 002502](https://github.com/harshsrivastava05/e-commerce/assets/130855160/c69ed127-a5de-4dac-b5e8-ec9ae0465d6a)

**Cart with items**
![image](https://github.com/user-attachments/assets/52c58a44-40d0-4f40-b5f8-e10b9b4526f9)

**Item description**
![image](https://github.com/user-attachments/assets/2236697b-8861-458f-84ae-d4b33c25abba)

**Checkout page**
![image](https://github.com/user-attachments/assets/20bd3660-8de9-47b1-9946-dc593f12ff7a)