Website developed for "Inmobiliaria Zúniga y Asoc." a real state agency, integrating analytics, cookies (for storing the user preferences), and politics. I implement tools from Firebase like hosting, storage, and firestore database. I built an appointment scheduling tool and a tool for making quotes. The quotes tool allows the user to know which projects and properties can buy just by entering his average salary.
IntersectionObserver API was used to set the menu bar size depending on the scroll of the user because adding the 'scroll' event listener to the window consumes too much resources. Cookies were used to store user preferences related to the webpage interface.
As my first big project for a company, I focused on improving the loading time and SEO. I optimized the code as much as possible and minified every document to improve performance.
Server
Database
- Public and private routes
- Mock of routes authentication
- Preserve last visited page when the user logs out
https://superheroes-1ut5.onrender.com/
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git SCM
- Visual Studio Code
- Live Server extension
Clone this repository to your desired folder:
git clone https://github.com/jorgeabrahan/inmozuniga.git
Or download the ZIP folder.
Once you've cloned the repository simply run:
cd inmozuniga
npm i
And if you want to analyze the code you can run:
code .
To open the project in VScode
To run the project, if you are on the hello-react-front-end folder path on your terminal you can execute the following command:
npm start
To run tests:
npm run test
npm run build
👤 Jorge Abrahan
- GitHub: @jorgeabrahan
- LinkedIn: Jorge Abrahan
- Improve UI and UX experience
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can just cheer me up with a comment 🙂!
No acknowledgments are needed so far!
-
What is this project's main purpose?
- To create a useful website for customers in San Pedro Sula, Honduras to search for their dream house easily that fits their budget and without having to deal with an agent, at least not at first glance. Is basically for those who prefer navigating through the internet to find whatever they want.
This project is MIT licensed.