Mobile travel application that provide user the ability to book travel ticket and obtain covid information in countries around the world.
Clone this repository and import into Android Studio
git clone https://github.com/tirthvyas-tk-labs/Advertir.git
- Click on Run button ▶ in Android Studio
- Move into the cloned directory
- Run gradle command to build an apk
- Install the apk into virtual device
gradlew build
gradlew install
- Onboard page
- Firebase login authentication
- Google authentication
- Covid Stats
- Clickable location cards with description
- Get exposure notification
- Symptom tracker
- Location-based logs
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request