StayFinder is an online marketplace that connects people who want to rent out their property with people who are looking for accommodations, typically for short stays. It offers hosts a relatively easy way to earn some income from their property, while guests often find that StayFinder rentals are cheaper and homier than hotels.
To see live webpage click here
- User Registration and Login: Secure user authentication for both hosts and guests.
- Property Listings: Hosts can list their properties with detailed descriptions, photos, and amenities.
- Search and Filter: Guests can search for properties based on location, price, amenities, and other criteria.
- Booking Management: Easy booking process with calendar integration for availability.
- Reviews and Ratings: Guests can leave reviews and ratings for properties they have stayed in.
- Messaging System: In-app messaging for hosts and guests to communicate.
- Payment Integration: Secure payment gateway for booking transactions.
- Clone the repository: git clone https://github.com/Saurabh-Helwade/StayFinder.git
-
Hosts:
- Register and create a profile.
- List your property with detailed information and photos.
- Manage your bookings and communicate with guests.
-
Guests:
- Register and create a profile.
- Search for properties based on your preferences.
- Book a property and communicate with the host.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a Pull Request.
Made By Saurabh Helwade
Happy booking with StayFinder!