lseelenbinder / coronastatus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coronastatus

Report your health status to get a better overview of COVID-19 in your country (currently in πŸ‡³πŸ‡΄πŸ‡³πŸ‡±πŸ‡ΈπŸ‡°)

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.

Countries where Coronastatus launches

Why?

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

Mentions in the media

Title Country URL
Self-report system for monitoring COVID19 needs to be in place immediately! πŸ‡³πŸ‡΄ Read here
Are you ill? Health services will soon let you self-report symtoms. πŸ‡³πŸ‡΄ Read here

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.

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 dev

  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

About

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

License:MIT License


Languages

Language:CSS 43.2%Language:HTML 30.6%Language:TypeScript 24.4%Language:Python 0.8%Language:JavaScript 0.8%Language:TSQL 0.1%