/coronastatus

Website to let people report their health status to get overview of COVID-19. Currently available in πŸ‡³πŸ‡΄and πŸ‡³πŸ‡±

Primary LanguageCSSMIT LicenseMIT

Coronastatus

Report your health status to get a better overview of COVID-19 in your country (currently available in Norway & The Netherlands)

What is this?

We don't know how many people have COVID-19. So we made a website where people can self-report symptoms. We plot the submissions on a map and show graphs with trends.

Currently available in

Why?

The government is working on this, but they're too slow in getting something out fast.

Norwegian article that inspired us to build this: https://www.aftenposten.no/meninger/debatt/i/P9ALzX/selvrapporteringssystem-for-overvaaking-av-korona-maa-paa-plass-naa-petter-bae-brandtzaeg

Who's behind this?

A bunch of developers from around the world that wanted to help out. This is not an official website from the health services.

Mentions in the media

How can I contribute?

Join our Telegram group chat here: https://t.me/onzecorona or reach out on kontakt@bustbyte.no

Click on "Issues" in the menu above to see what we need help with.

Start developing

Download and install nodejs, git and yarn

  1. Clone the repository

git clone https://github.com/BustByte/coronastatus

  1. Move into the newly cloned directory

cd coronastatus

  1. Install dependencies with our package manager

yarn

  1. Create a configuration file from the example provided in this repo

cp config.example.json config.json

  1. Start the development webserver

yarn start

  1. Open your browser and navigate to http://localhost:7272/

  2. Before you create a pull request run the linter. Warnings are ok, but errors should be fixed.

yarn lint