Skip to content

ashiishme/covid-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ashiish-covid-stats-icon

COVID-19 Stats

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

COVID-19 Stats shows the current pandemic data based on user location as well as the global statistics. If you are tired of visiting different website to check the data, you can easily access it now from your browser with single click.

Download

Current version is available at Chrome web store.

Screenshot

covid-stats-screenshot

Installation

git clone https://github.com/ashiishme/covid-stats.git
yarn install

After all the packages are installed,

yarn start

This extension can be tested as a normal web application directly on browser. If you want to test it as a chrome extension ( which you should ). You must enable the developer mode on your chrome browser so that it can allow you to upload unpacked extension for testing.

Check the guide below to learn more: Getting started with Chrome Extension

Now, once you are familiar with loading unpacked extenstion. You can build this project and upload the build for testing.

yarn build

Contribute

  • Fork this repository
  • Create your own branch to make changes or fix the issues
  • Push changes to your fork & create a PR.

Give this project a ⭐, it motivates me 😄.

Check more about contributing guidelines. You must follow the guidelines in order to get your PR merged. If you are sending PR for Hacktoberfest2020, the PR must compile with the guidelines or it will be marked as invalid.

Code of Conduct