- Aims to connect people who want to rent out their homes with people who are looking for accommodations.
- Start by typing your destination and the search engine will autocomplete
- 10 cards will be returned with different home results ready to be booked
- When a user clicks "Get Property Details" they will be redirected to the details page where they can find further information and connect with the property owner by filling out the form below if they are already logged in. If not, then the link will redirect the user to the Login or Sign up page, and redirect back to the details page.
- Basic form validations are required to sign up. User data is stored in Firebase
- User can change their profile picture by uploading a file. The updated file is stored in Firebase storage
- Users can like/unline a property by clicking the heart button on cards. Liked properties page returns the array of results of liked homes.