A Covid-19 Tracking App and distance calculator for residents of Ireland to see where they can go in a limited radius. The site can be accessed from here
This allows people to do the following:
- Calculate distance between their home and a location, to see if it is in the allowed radius
- Set a tracker to track location and alert users if they have passed the allowed radius
- Set a home destination remotely, so even if they are not at home they can still start a tracker.
This was built as a Django Web App, with the use of the LocationIQ API and as well as the use of the following front-end JS Libraries:
- JQuery(DOM Manipulation)
- SWAL.js(For notifications)
- Leaflet.js(Open source map library for JS)
This is open source, so feel free to modify and improve as needs be!