Skip to content

I have used Coronavirus's API in it which keeps the data of the entire country. And that's how I put it in the table of HTML (Like). In the proof below, the screenshots of which the pictures are given....

Notifications You must be signed in to change notification settings

NavidMansuri5155/Covid-19.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😷 Covid-19 App WITHE REACT.JS

A flexible and responsive carousel component for react

How to Use ?

I have used Coronavirus's API in it which keeps the data of the entire country. And that's how I put it in the table of HTML (Like). In the proof below, the screenshots of which the pictures are given....

Installing

Using npm $ npm install axios

Using bower $ bower install axios

Using yarn $ yarn add axios

NOTE:

async/await is part of ECMAScript 2017 and is not supported in Internet Explorer and older browsers, so use with caution.

Usage

  componentDidMount() {
    axios.get("https://{YOUR_API}")
      .then(response => {
        this.setState({ Countries: response.data.{"The data you need"})
        console.log(response.data);
      })
      .catch(error => {
        console.log(error);
      })
  }
}

How will it be like 🙂

Laptop 🖥️ Mobile 📱

THANK'S FOR 👁️‍🗨️

creating BY_Navid_Mansuri...

About

I have used Coronavirus's API in it which keeps the data of the entire country. And that's how I put it in the table of HTML (Like). In the proof below, the screenshots of which the pictures are given....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published