Skip to content

Latest commit

 

History

History
104 lines (75 loc) · 3.76 KB

README.md

File metadata and controls

104 lines (75 loc) · 3.76 KB


Covid-19 Tracker
Covid-19 Tracker

A website that gives live informations of Covid-19 cases across different countries.

OverviewBuild withLive linksHow to useIssues solved

Don't forget to give a ⭐️

screenshot

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size.
  • Get details of live covid cases - live cases, recovered and death details.
  • See relevant covid-19 information based on your search.
  • Graphical representaion of 120 days based on your search.
  • Researched Components in Material UI and Emmet cheat sheats .

Built with

  • Reactjs MaterialUI
  • disease.sh BEM Methodology
  • Chartjs Leaflet

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/hafizmp/covid-19-tracker.git

# Go into the repository
$ cd covid-19-tracker

# Install dependencies
$ npm install

# Run the app
$ npm start

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Links


Issues Solved

Try to install the required dependency of the following version if you face any issues while running the code.


- To downgrade a npm dependencies to specific version 👇

# reinstall the npm dependacy
$ npm install <package>@<version>

# Example
$ npm i chart.js@2.9.3 react-chartjs-2@2.9.0 leaflet@1.6.0  react-leaflet@1.6.0 numeral@2.0.6

# Run the app
$ npm start