On January 2020, a virus outbreak emerged infecting people all over the world. Having an awareness about the virus spread can play a big role in ensuring your safety. For example, it can help you decide wheather it is safe to visit a specific country/area or not. Covid-19 stats come in to solve this problem. It fetches current official data from Covid-19 official data free API and allows one to view and filter data for specific countries. Onother interesting feature is that you can be able to visualize the spread on the globe. Thanks to react-globe-gl.
The live version can be found here.
- React.js
- react-hooks
- Redux
- react-globe.gl
To get a local copy up and running follow these simple steps.
- Clone the repository to your local machine
$ git clone https://github.com/wathigo/covid-19-stats.git
- cd into the directory
$ cd covid-19-stats
- install dependencies
npm install
or if you are using yarn:
yarn install
Start the development server
npm start
or with yarn:
yarn start
You will be redirected to localhost:3000
after starting the development server.
After this, you will get to the home page of the applications containing unfiltered world covid-19 statists.
To run the test, run:
npm test
👤 Simon Wathigo
- Linkedin: Simon Wathigo
- Github: @wathigo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!