UPDATE: The project has been dicontinued. The live website has been suspended because of the great work from ourworldindata.org. I highly suggest you check them out as the main information source going forward.
This dashboard focused on providing a more customisable way to sort and visualise the currently available covid data.
- Clone this repo
- Run
npm install
- Run
npm start
- edit
.env
to modify some of the environment variables - to autoformat the code -> run the code linter
npm run pretty
- run
npm run start:prod
if you want to run the production version (minimized code) - to run without the webpack server, run
npm run build
and thennpm run serve
Main frameworks: React with Redux and Saga
UI framework: Bootstrap with a lot of addons
Build system: Webpack with Babel
The current data source is the ECDC - European Centre for Disease Prevention and Control.
More info can be found here.
Theme inspired from ArchitectUI Bootstrap 4 ReactJS Theme FREE
Logo - Alex Nae - check out his game
Development & Testing - See contributors list.