Overview • Build with • Live links • How to use • Issues solved
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 andEmmet
cheat sheats .
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.
- Solution URL: GitHub
- Live Site URL: Covid-19 Tracker
Try to install the required dependency of the following version if you face any issues while running the code.
# 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