vsasvipul0605 / covid19-world-stats

This will provide total number of confirmed cases, recovered cases and total deaths in different countries on world map designed with Gatsby.

Home Page:https://vsasvipul0605.github.io/covid19-world-stats-js/#t1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧰 What This Includes

🚀 Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/vsasvipul0605/covid19-world-stats

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/vsasvipul0605/covid19-world-stats

For example, if I want my installation in ~/project/my-new-site, I would navigate to ~/project and run:

gatsby new my-new-site https://github.com/vsasvipul0605/covid19-world-stats
  • Navigate to your new directory and run:
yarn develop
  • You should now be running my new project locally! 🎉

About

This will provide total number of confirmed cases, recovered cases and total deaths in different countries on world map designed with Gatsby.

https://vsasvipul0605.github.io/covid19-world-stats-js/#t1

License:MIT License


Languages

Language:JavaScript 95.2%Language:CSS 3.9%Language:HTML 0.5%Language:TypeScript 0.3%