This is a fully responsive service order app. Anyone can order service and see the previous order. It also has a blog page, which gives you solutions to your problems. This app is made with Next JS.
- Home page
- Service Catalog
- Service choice By category
- Order Cart Functionality
- Checkout Process
- Order Management (View Past Orders)
- Blogs page
- Blogs site ber
- About us
- Join Team
- Responsive Design
- Frontend & Backend: Next JS
- Database: MongoDB
- Styling: Tailwind CSS , Daisyui
- JavaScript's popup: SweetAlert2
To get started with this project, clone the repository and install the dependencies:
git clone https://github.com/Mirza2018/next-level-services.git
cd next-level-services
npm installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devnext-level-services/
├── public/
├── src/
│ ├── Api/ # All api link
│ ├── app/
│ │ ├── (dashboard)/ # Main Route.
│ │ ├── globals.css/ # Main css.
│ │ ├── layout.js/ # Main body.
│ │ ├── loading.jsx/ # Loading page.
│ │ └── page.js/ # Main page
│ ├── components/ # Reusable components
│ └── providers # Provider
├── .env.local # Environment variables
├── index.html
├── package.json
└── tailwind.config.js
- Name: Takibul Hasan.
- Email: web.takib@gmail.com
- GitHub: Mirza2028
- LinkedIn: Takibul Hasan.
- Facebook: Takibul Hasan.










