A web application for visualizing the up-to-date COVID-19 disease status across the world.
Built with:
- Create React App
- disease.sh API
- Chart.js, open source HTML5 charts for websites.
- Leaflet, an open-source JavaScript library for mobile-friendly interactive maps.
- Material UI
-
Clone the repository using the command
git clone https://github.com/athiratj/COVID-19-tracker.git
.Run the following commands:
-
npm install
-
npm start
-
Open http://localhost:3000 to view it in the browser.
- Log in to your firebase console and create a new project.
- Install the firebase CLI tools.
$ npm install -g firebase-tools
$ firebase -V
- Setup a firebase context for the current application in the folder containing project, and choose the created project.
$ firebase init
- Make sure that you are logged in to your Firebase account. Once you are logged in, you can close the window.
$ firebase login
- Deploy our application using the following command.
$ firebase deploy
Done!