Skip to content

Vaccinapp is a project I completed for my Data Structures class at the University of Florida! The application is Command-Line based and coded in C++

Notifications You must be signed in to change notification settings

skhatib07/Vaccinapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Vaccinapp!

Vaccinapp is a project I completed for my Data Structures class at the University of Florida! The application is Command-Line based and coded in C++

Vaccinapp finds the closest COVID-19 vaccination sites to you using your GPS coordinates. Vaccinapp uses either a Min Heap or an Ordered Map to geolocate the closest vaccination sites in your vicinity.

With Vaccinapp, you can:

  1. Find the closest vaccination sites using a Min Heap
  2. Find the closest vaccination sites using an Ordered Map
  3. Compare the time it took to find the closest sites using a Min Heap versus an Ordered Map
  4. Retrieve the current User GPS coordinates
  5. Edit the current GPS coordinates

and MUCH more!

Vaccinapp was developed using open sourced data found here: https://www.vaccinespotter.org/api/

Link to a video of Vaccinapp in action using GPS coordinates in Gainesville, Florida: https://www.youtube.com/watch?v=C5mKLMVpBrw

About

Vaccinapp is a project I completed for my Data Structures class at the University of Florida! The application is Command-Line based and coded in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages