The Student Housing App is a mobile application designed to help students find and rent rooms easily. Sellers can list available rooms for rent, while students can browse, view details, and book accommodations. The platform aims to simplify the housing search process and provide a user-friendly experience.
- User Authentication (Signup/Login)
- Room Listings (Sellers can post available rooms with details and images)
- Search & Filters (Students can search for rooms based on location, price, and amenities)
- Booking System (Students can request to book a room)
- Real-Time Updates (Listings update dynamically)
- Chat System (Optional: Buyers & sellers can communicate)
- Frontend: React Native
- Backend: Firebase (Firestore, Authentication, Storage)
👤 Malak Sobhy 👤 Abanoub Refaat 👤 Ebram Wael
We welcome contributions to enhance the Student Housing App! Follow these steps to contribute:
- Fork the Repository: Click the 'Fork' button on GitHub.
- Clone the Repository: Run
git clone /~https://github.com/Ebram-Wael/CS_303_final-project-mobile-app-.git
. - Create a Branch: Use
git checkout -b feature-branch-name
. - Make Your Changes: Implement your feature or fix it.
- Commit Changes: Run
git commit -m "Description of changes"
. - Push to GitHub: Use
git push origin feature-branch-name
. - Create a Pull Request: Submit your PR for review.