The source code of Android app of sentiGo using Kotlin in order to complete The Bangkit academy 2023 Capstone Project.
github-md.mp4
-
-
- Login, Allows a user to gain access to an application by entering their email and password.
- Register, Enables users to independently register and gain access to the system.
- Home, Provide users with a list of travel destinations based on their location and city.
- Find, Users provide a description of their feelings and travel needs, and the app will give them a list of 5 recommendations.
- Favorite, Save destinations to your favorites.
- Edit profile, Users can update their data, such as profile photo and password.
-
-
- Android Studio
- JRE (Java Runtime Environment) or JDK (Java Development Kit).
-
- Get an API Key at Google Maps Platform
- Clone this repository and import into Android Studio
https://github.com/sentiGo/sentiGo-MobileDevelopment.git - Enter Your API KEY in
local.propertiesGOOGLE_MAPS_API_KEY=your_maps_api_key
-