/Urban_Company_Clone

This project is all about Cloning of "https://www.urbancompany.com/". It is given to us as a construct week project at Masai School. This website provide the facility to connect people with the service providers like cleaning, grooming,plumbing etc.

Primary LanguageJavaScript

Urban Company

This is a clone of www.urbancompany.com website. Urban Company is Asia’s largest online home services platform. The platform helps customers book reliable & high-quality services — beauty treatments, massages, haircuts, home cleaning, handymen, appliance repair, painting, pest control, and more.


Team (4 Members)


Tech-stack

  • Front-end: HTML, CSS, JS,React
  • Back-end: Node.js, Express.js, MongoDB
  • Resources used in this project: Font Awesome, Material Icons, Google fonts

Pre-requisites

  • Clone the repo:
git clone <repo_link>
  • Create branches:
git checkout -b <branch_name>
  • Adding the files:
git add filename
  • Commiting the changes:
git commit -m "description"
  • Pushing the commits:
git push origin <branch_name>
  • Pulling the changes:
git pull origin <branch_name>
  • Dependencies used:
    • cors: ^2.8.5,
    • express: ^4.17.1,
    • mongoose: ^5.11.15,
    • nodemon: ^2.0.12,
    • react: ^17.0.2,
    • react-dom: ^^17.0.2,
    • react-scripts: "4.0.3,

Webpages along with its features

  • Homepage

    • The landing page looks exactly like the original website with all the links.

    homepage

  • Sign in/ up Page

    • We use phone number and OTP to logging in.
    • Validations and authentication of users from an online database Key feature

login/signup login/signup

  • Service Page
    • We have a detailed description of the service we have selected with FAQ, reviews, details of the professionals, and many more.

Service page

  • Service Detail Page
    • On this page, we view the detailed information about each service we have and we can add them to the cart.

Service Detail Page