Skip to content

sujon13/Covid19tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 Tracker

A small app to know covid-19 related information. Here you can see country wise corona virus latest information

You also can search info and sort table column to know relative condition of countries. Some more features are coming.

Live URL

I deployed it in my github pages. You can visit https://sujon13.github.io/Covid19tracker

Backend repo link

You can find it here

Prerequisites

First you need to have nodejs and npm installed on your pc. You can see it here

Cloning and Running the Application in local

  • Clone the repo in your terminal by clicking the green clone or download button at the top right and copying the url
  • Type git clone [repository url]
  • Type cd [local repository] to go to 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"
    //can be more lines
  },
  • Delete the node_modules folder and any 'lock' files such as yarn.lock or package-lock.json if present.
  • Type npm install for installing all dependency
  • Type npm start to run the projects
  • If you face roboto-font error Type npm install typeface-roboto --saveto install it
  • Again Typenpm start

The Application Runs on localhost:3000

About

It is frontend of my corona app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published