Real Estate Property Inspection App
A popular real estate agency is looking at making their property inspection process easier for their agents to handle.
The would like a simple mobile website that their agents can do the following with:
- Sign In
- Sign Out
- See their basic details (Name, Agency, Profile Picture)
- Add a property to the database
- Add photos of the property to the database (with tagline)
- See properties that the agent has previously saved (including images)
- Give the property a rating out of 10
If there are any other features that you think would be fun/interesting/useful please add them.
Do some research on the different types of Firebase databases and decide which one you believe to be appropriate for the task.
https://firebase.google.com/docs/database/rtdb-vs-firestore
https://www.youtube.com/watch?v=TmXct7seeBY&ab_channel=ChrisEsplin
At the scale that you are using Firebase. This should all be free for a certain amount of time.
Requirements:
- The front-end should be built with React
- Firebase must be used to store data.