travelguide helps people connect together whilst travelling by leveraging the power of the locals.
- Clone this repo
git clone https://github.com/GuideFinder/guide_finder_app - Configure Flutter
- Open it in Android Studio/Xcode
- Enjoy!
- Add a calendar for departure/return periods
- Add filters (Languages, traveller type, etc...)
- Etc...
The following below is optional but might be useful for understanding the work behind.
In order to get faster and more efficient development, the application was designed to be cross-platform from the beginning. Using the power of Flutter and Dart to create simple, beautiful and fast interactions, the users can link more efficiently.
The app has the two flows which are:
- Traveller flow
- Guide flow
This flow explains the steps needed for a traveller to reserve a guide.
Enter location --> See available guides, --> Guide details --> Reserve --> Sign-in --> Reservation sent --> Enjoy!
This flow describes how a guide can register itself to the platform.
Specify to be a guide --> Take a picture --> Enter your information details --> Wait to help travellers!