Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 613 Bytes

Covid-Chrome-Extension

A Chrome extension that allows the user to search for country-specific Covid-19 data.


Getting started:

  • Clone the repo
  • Istall the packages: npm i
  • Build with Webpack: npm run build

To install in your Chrome extensions:

  • Go to chrome://extensions
  • Activate "Developer mode"
  • Click on "Load Unpacked"
  • Upload project forlder

Here you can find more information about Google Chrome extensions.