Find Boarding is a mobile application designed to help users find rental accommodations. This repository contains the Flutter frontend of the Find Boarding app.
- User authentication
- Search and filter rental listings
- View detailed information about rental properties
- Save favorite listings
- Contact property owners
- And more...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK: Installation Guide
- Code Editor (e.g., Visual Studio Code, Android Studio)
- Clone the repository: git clone https://github.com/TuanFaied/find-boarding-frontend.git
- Navigate to the project directory: find-boarding-frontend
- Install dependencies: flutter pub get
- Run the app: flutter run
The backend of the Find Boarding app is implemented using Django. You can find the Django backend repository here.



