Skip to content

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.

Notifications You must be signed in to change notification settings

Mirza2018/next-level-services

Repository files navigation

Next Level Servicing App

Logo

Table of Contents

About

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.

Features

  • 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

Technologies Used

  • Frontend & Backend: Next JS
  • Database: MongoDB
  • Styling: Tailwind CSS , Daisyui
  • JavaScript's popup: SweetAlert2

Getting Started

Installation

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 install

Running the App

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Project Structure

next-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

Screenshots

Running the App

Home Page 1 Home Page 2 Home Page 3 Home Page 4 Home Page 5

Services page

Services page1 Services page2

Order Page

Order Page 1

Cart Page

cart Page 1

Blogs Page

blogs Page 1 blogs Page 2

About Page

about Page 1 about Page 2

Contact

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published