Skip to content

DevilKo0l/corona-tracker-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona Tracker Web Application

A website helps everyone track coronavirus situations all over the world
Explore the docs »

Live Preview

About The Project

This is a responsive website for tracking Covid-19 in your area, and get the latest state and county data on infected, recoveries, deaths,... I built this project to refresh my knowledge about Reactjs and API

Built With

The technologies I use in this project inclues:

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install nodejs

Installation

  1. Clone the repo

    git clone https://github.com/DevilKo0l/corona-tracker-webapp.git
    
  2. Install npm in corona-tracker-webapp folder

    npm install
    
  3. Run the project

    npm start
    

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

    The page will reload when you make changes.
    You may also see any lint errors in the console.