TripItOn is a Flutter application that allows users to create and join hikes, share their travel experiences, and discover new places. Whether you're going on a solo trip or looking for adventure buddies, TripItOn has got you covered.
Features
Here all the hikes are listed down, so that the users can join for whatever hike they want to join. In this more features such as notification are currently under development. Stay tuned for future updates!
Users can upload images from their gallery or capture new ones using the camera. The images are stored in Firebase storage, and users can provide descriptions of the places or experiences associated with the images.
The home screen features a horizontal list view builder that showcases various places and cultural activities. Users can scroll through the list and explore different destinations, gaining inspiration for their next adventure.
Signup |
Blank Signin |
Signin |
Home Page |
Description Page |
Upload Images |
Groups Page |
Join Hike |
Create Hike |
Clone the repository:
git clone https://github.com/<your-username>/trips11.git
Navigate to the project directory:
cd trips11
Install dependencies:
flutter pub get
Run the app:
flutter run
For more information on Flutter development, check out the official documentation for tutorials, samples, and a full API reference.
Fork the repository on GitHub.
Create a new branch with a descriptive name:
git checkout -b descriptive_branch_name
Make your changes and commit them with clear commit messages. git commit -m "Commit message"
Push your changes to your forked repository.
git push origin descriptive_branch_name
Submit a pull request to the main repository.
This project is licensed under the MIT LICENSE. Please ensure that your contributions adhere to the code quality and style guidelines of the project.
Feel free to explore, enhance, and customize TripItOn to suit your travel needs. Happy travels!