This is a Next.js project bootstrapped with 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.
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 Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
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