Skip to content

A simple React app that consumes the API data on COVID-19 from https://api.covid19api.com. It displays a summary of the global trends and also on a country-by-country basis.

Notifications You must be signed in to change notification settings

JelilFaisalAbudu/covid19-stats

Repository files navigation

COVID-19 STATISTICS

Overview

The COVID-19 STATISTICS app is a web app that gives a summary of updates on the current state of the Covid-19 pandemic across the world. The source of the data is from the COVID-19 API API. Every country is listed in the app with a detail page that shows the records of that particular country. Note: You may get Zero(0) new confirm cases for your country at a point in time. This because the API is yet to receive the confirm result from your country.

View Code Github Issues GitHub Pull Requests

📝 Table of Contents

Built with   |    Live Demo Link   |    Video Presentation(s)   |    Available Scripts   |    Getting started   |    Author

🔧 Built with

Screenshots

screenshot screenshot

Live Demo Link

See Live

See live on Heroku

Video Presentation(s)

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Getting Started

This project was bootstrapped with Create React App.

Make sure you have Node, installed in your computer.

To get a local copy of the repository please run the following commands on your terminal:

$ git clone github.com/JelilFaisalAbudu/covid19-stats.git
$ cd covid19-stats
$ npm install
$ npm start

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

Testing

This app has been tested using the react-testing-library. Run npm test in the console to run the tests.

✒️ Authors

Author(s)

Hireable

👤 Jelil Faisal Abudu

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

👍 Show your support

Give a ⭐️ if you like this project!

👏 Acknowledgements

📝 License

This project is MIT licensed.

About

A simple React app that consumes the API data on COVID-19 from https://api.covid19api.com. It displays a summary of the global trends and also on a country-by-country basis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published