Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.43 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.43 KB

Advertir

Android CI CodeQL Snyk

Mobile travel application that provide user the ability to book travel ticket and obtain covid information in countries around the world.

Installation

Clone this repository and import into Android Studio

git clone https://github.com/tirthvyas-tk-labs/Advertir.git

Instructions to run the app (Method 1)

  • Click on Run button ▶ in Android Studio

Instructions to run the app (Method 2)

  1. Move into the cloned directory
  2. Run gradle command to build an apk
  3. Install the apk into virtual device
gradlew build
gradlew install

Basic Features of the App:

  • Onboard page
  • Firebase login authentication
  • Google authentication
  • Covid Stats
  • Clickable location cards with description

Covid Contact Tracing

  • Get exposure notification
  • Symptom tracker
  • Location-based logs

Screenshots of Application

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request