About the app

It is a all-in-one COVID App which provides current covid cases around the world,gives daily news related to COVID,gives the current slot availability of COVID vaccine in your area.

  • It uses NEWSAPI for fetching the current news related to COVID-19.
  • Uses COWIN API for fetching the number of available vaccine slots in your area.

alt text

alt text

alt text

Tech Stack

  • ReactJS
  • ChartJS
  • BootStrap

How to run the file

  1. clone the github repo on your local desktop.
  2. Run npm i in the root folder.
  3. In the root folder create a file named Keys.js and add the following code:
export const NEWS_API = '//Your NEWSAPI KEY';
  1. Now open the terminal in root folder and run npm start to start the app on your android emulator aur your mobile phone.