/covid

Covid-19 history (cases, deaths and vaccination) of 30+ countries

Primary LanguageJavaScriptMIT LicenseMIT

logo

😷 Covid-19 Dashboard

Covid-19 timeline in the world

Features   |    Deploy   |    Prerequisites   |    Techonologies   |    License

🚧 Finished 🚧

📎 Features

  • Timeline of 30+ countries
  • Cases timeline since Jan/2020
  • Deaths timeline since Jan/2020
  • Vaccination timeline since Dec/2021
  • Charts for each country data

💻 Project

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.

🚀 Deploy

This project is hosted on Netlify.

✅ Demo

⚙ Prerequisites

Before starting, you'll need to have Git, Node.js or Yarn. Also, an IDE is recommended for editing the code. I recommend VSCode.

📗 Running the application

# 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

🚀 Technologies

This project uses the following technologies:

  • HTML
  • CSS
  • Javascript
  • React.js

🧐 Sources

Covid-19 data: Worldometers

Population numbers: REST Countries

📝 License

This project is under MIT license.


Created by Paulo Bacelar.