/Globamentics

Globamentics Real Estate Agent

Primary LanguageJavaScript

Globomantics Real Estate Agent

Globomantics is a global Real Estate Agent. With a Featured house on the home page and a user can search for houses using a dropdown of regions/countries. After selection of a country there is a list of available houses, A user can click on one of this list to show a house detail.Here, there is a feedback button that reveals the feedback form.

You can preview it in the link below: https://globomantics-real-estate-app.netlify.app/

Technical tools

I used various technical tools to deliver this application's features:

  • I needed to use browser history so a user can use the back button to navigate back to the previous page and also to create deep links to a specific house. Here is where React Router comes in. Now links to houses can be shared using the likes of social media.

  • I practiced creating custom hooks to enhance separation of concerns and make my code cleaner by components focusing on rendering jsx. Custom hooks also helped in availing the hooks to other components and not restricting it to only one component.

  • I used CONTEXT API to share data efficciently accross my components

need to implement geolocations