Travela is a website built with Flutter aiming to help travellers plan their trips and find locations of interest, and coordinate itineraries with fellow travellers. Users could locate nearby hotels, restaurants and destinations, view them on a map and add them to an itinerary. Users could also share itineraries with other users, and coordinate schedules and travel plans.
Watch a quick demonstration of Travela on YouTube.
Follow these instructions to build and run Travela locally:
Before running Travela, ensure that you have the Travela API hosted. Instructions are available in the repository.
Make sure you have Flutter installed. If not, follow the official installation guide.
git clone https://github.com/NaimaHasan/travela.git
cd Travela
flutter pub get
flutter run -d chrome
For feedback or support, contact us at [email protected] or [email protected]
Happy traveling with Travela!