Skip to content

Instantly share code, notes, and snippets.

@nologyRob
Last active February 28, 2024 13:00
Show Gist options
  • Save nologyRob/6f2ecee6d76dbc05a6f6e959e5eea78d to your computer and use it in GitHub Desktop.
Save nologyRob/6f2ecee6d76dbc05a6f6e959e5eea78d to your computer and use it in GitHub Desktop.

Puffin Post-Course Challenge

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment