Clean Hub
is your go-to platform for top-notch cleaning services.
Please access Clean Hub
using the URL:
Clean Hub
comes with a bundle of features already. You can do the followings with it,
- Users can choose from a variety of services such as Commercial, residential and standard cleaning.
- Services are organized into categories for easy navigation, making it simple for users to find the service they need.
- Detailed information is available for each service, including service images, specifications, and user reviews.
- Users can Submit a booking form with their desired service.
- The application utilizes Server-Side Generation (SSG) and Server-Side Rendering (SSR) for improved performance and SEO optimization.
- Redux is used for state management, providing a smooth and consistent user experience.
- An intuitive and user-friendly interface makes it easy for everyone
- Implementing authentication and authorization with Firebase, including social login providers such as Google , ensures that the book form page is secure and only accessible to logged-in users, enhancing the privacy and control over the user's booking
- The application is designed to work seamlessly on both desktop, tablet and mobile devices.
- Next.Js: The React Framework for the Web
- Mongo DB: A flexible Data Store
- Node.Js: Powerful Javascript runtime.
- Express.Js: A easier and simple Node.Js library
- Tailwind: A popular css framework
- Ant Design: An amazing css component framework
- Swiper:The Most Modern Mobile Touch Slider
- react-toastify: Super cool toast messages
- Vercel: Amazing platform for hoisting
Clone This Repository
Then, run
npm install
#or
npm i
After that, run the development server:
```bash
npm run dev