This is a web application that displays Global Covid-19 data (such as the total deaths from Covid-19, new recorded cases, and total recovered). This app uses Covid-19 data fetched from Narativa API. The application allows users to both view the global and country specific data about the coronavirus. Users can filter data by date and by country. See the applications screenshots.
![Video link] https://www.loom.com/share/ab7f8ddb3603480b9d26f4fe96889967
![Live link] https://covid-19-statistics-by-country.netlify.app/
- HTML, CSS, JavaScript, React, and Redux;
- Visual Studio, Git & GitHub;
To run this project, you only need a computer with a browser (like Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.) installed, and follow these steps:
- In your terminal, type the following, to clone this repository:
$ git clone https://github.com/Chike1990/COVID-19-Global-Stat.git
- After, run the following commands in your terminal:
$ cd COVID-19-Global
$ npm install
**$** npm run build
$ cd dist
What are these commands?
- the `$ cd` command is used to move to different folders.- while `$ npm run build` is used to compile the application files.
👤 Chibuike Uzoechina
- GitHub: @Chike1990
- Twitter: @ChibuikeUzoechi
- LinkedIn: @Chibuike-Uzoechina
Original design idea by Nelson Sakwa on Behance.
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.