Skip to content

ayush478/covid-19-tracker

Repository files navigation

Covid-19 Tracker App

This Project is a beginner friendly project I built using React. Some key Aspects:

  • Shows Live Cases, Recoveries, Deaths (clickable tabs)
  • Shows Worldwide cases and Country Based cases
  • Line Chart shows fluctuations over days, hover around to see exact figures
  • Clickable Markers on Map show Country stats

Deployed live on https://covid-19-tracker-8c989.web.app/ . Check out!

How it works

This project have two parts:

  1. Frontend
  2. Hosting

It will need an account in Google to connect it to the Firebase for hosting and User Authentication.

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the web application

# Clone this repository
$ git clone https://github.com/ayush478/e-commerce.git

# Go to your local repository:
$ cd [local repository]

# Check package.json file and ensure scripts are notated as below:

$ "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  
# Delete the node_modules folder and any 'lock' files such as 
yarn.lock or package-lock.json (if present).

# Install dependencies
$ npm install

# Run the application
$ npm start

Tech Stack

The following tools were used in the construction of the project:

Website (React)

Utilities


Developed with ❤️ by Ayush

Releases

No releases published

Packages

No packages published