Skip to content

iammnils/pandemeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandemeet

With covid-19 spreading around the world, you might be in the situation where you need to tell authorities which people you have met the last 14 days. This little mobile web app should help you exactly with that. It will enable the user to note which persons he/she met on which date.

Features

  • The user can add people that he/she met on a specific day
  • Using a geolocation API, the user can add the location where he/she met that person
  • The user can search the entries for a specific person with type ahead

Preview

The app is deployed with Vercel. You can access it through this link: https://pandemeet-inky.vercel.app/. It is optimized for mobile devices.

Geolocation

The geolocation API requires permission to access your location. Either you have to allow the request when using the feature or change your settings in case it is rejected by default.
The API that has been used to reverse geocode the address from a latitude and longitude is Nominatim. You can find the respective API documentation here.

Getting Started

This project is developed using React. Additionally, the yarn package manager is used. Here you can find more information and how to get started with yarn.

# Clone the project
$ git clone https://github.com/AmmNJ/pandemeet.git # HTTPS
$ git clone git@github.com:AmmNJ/pandemeet.git # SSH
$ cd pandemeet

# Install dependencies
$ yarn

# Run app in development mode
$ yarn start

# Testing
$ yarn test # launches test runner in interactive watch mode

The dev environment runs on http://localhost:3000.

About

pandemeet is a small web app to help you to keep track of your physical meetings during a pandemic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published