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.
- Front-end: HTML, CSS, JS,React
- Back-end: Node.js, Express.js, MongoDB
- Resources used in this project: Font Awesome, Material Icons, Google fonts
- 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,
-
Homepage
- The landing page looks exactly like the original website with all the links.
-
Sign in/ up Page
- We use phone number and OTP to logging in.
- Validations and authentication of users from an online database
Key feature
- Service Page
- We have a detailed description of the service we have selected with FAQ, reviews, details of the professionals, and many more.
- Service Detail Page
- On this page, we view the detailed information about each service we have and we can add them to the cart.