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.
- ReactJS
- ChartJS
- BootStrap
- clone the github repo on your local desktop.
- Run
npm i
in the root folder. - In the root folder create a file named
Keys.js
and add the following code:
export const NEWS_API = '//Your NEWSAPI KEY';
- Now open the terminal in root folder and run
npm start
to start the app on your android emulator aur your mobile phone.