Covid-19 timeline in the world
Features | Deploy | Prerequisites | Techonologies | License
- Timeline of 30+ countries
- Cases timeline since Jan/2020
- Deaths timeline since Jan/2020
- Vaccination timeline since Dec/2021
- Charts for each country data
Covid-19 dashboard, using diseash.sh API, Flag CDN and REST Countries API.
There are totally 32 countries, 20 of them are from G20 (20 major economies) and 12 are countries ranked among the 20 most populated countries, but that are not in G20.
This project is hosted on Netlify.
Before starting, you'll need to have Git, Node.js or Yarn. Also, an IDE is recommended for editing the code. I recommend VSCode.
# Clone this repository
$ git clone https://github.com/PauloBacelar/covid
# Enter on covid folder
$ cd covid
# Install the dependencies
$ npm install
# Run the application
$ npm start
This project uses the following technologies:
- HTML
- CSS
- Javascript
- React.js
Covid-19 data: Worldometers
Population numbers: REST Countries
This project is under MIT license.
Created by Paulo Bacelar.