Table of Contents
There are many ways to plan your next trip; however, none of them offer you the freedom to organize them in a simple and concise way. We wanted to create an app for all those travelers who would like to save their adventures to revisit them later.
Here's why:
- Your time thinking about the next place to visit is important and should not be wasted
- You should have a very intuitive way to check all your planned trips
- You can share it with other users who wish to take the same trip
We want to offer you the best experience to organize all your trips, that's why we are going to keep adding more features in the future and improving what we currently have. You may also suggest changes by forking this repo and creating a pull request or opening an issue.
Android
Jetpack Compose
Libraries
- Android Studio (lastest version)
- Google API Key
There are a few ways to open the project.
Android Studio
->File
->New
->From Version control
->Git
- Enter
https://github.com/MartinAlbanesi/TripOut.git
into URL field and pressClone
button
- Run
git clone https://github.com/MartinAlbanesi/TripOut.git
command to clone the project - Open
Android Studio
and selectFile | Open...
from the menu. Select the cloned directory and pressOpen
button
- If you don't have a Google API Key, follow the steps at Google Maps Platform Documentation
- Enter your API in
local.properties
MAPS_API_KEY = "ENTER YOUR API"
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Martín Albanesi - Linkedin - Github - [email protected]
- Gabriel Gomez - Linkedin - Github - [email protected]
Project Link: https://github.com/MartinAlbanesi/TripOut