This is Multi-vendor Ecommerce project. Sell Gaming product in this site. User can easily register as a seller and sell his product and also user can buy product this site.
First, run the development server:
npm install
npm run dev
# or
yarn
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
- Root/app => Add all pages in this folder using page.js.
- Root/components => Add all components in this Folder.
- Root/components/Containers => When you need client Component pages then create here and call it page.js file. Please do not use 'use client' flag in page.js file.
- Root/components/Context => When you need context then create here.
- Root/components/Helper => Add common components here.
- Root/Sections => Add page section component here and when need then call it into page.js
- Root/Ui => Add Default Ui like Error,Success,Warning,Confirmation Modal,Loading etc.
- Root/store => Add store related functionality
- Root/utilities => Add custom helper js function
- Root/components/Partials => Partials contained website page header, footer, Layouts
Note: If you need more folder and file in components folder then you can create. It's just an initial Structure
- React v18
- NextJS v12
- TailwindCSS v3.4.0
- Reduxjs/toolkit
No License at this moment