Covid19 Metrics is a web application that fectches covid data from API and renders on the screen. It shows all countries with the confirmed covid cases on the homepage, Users can select any country and goto the details page. Details page shows other details for that specific country like recovered cases, confirmed cases, deaths.
- HTML
- CSS
- JavaScript
- REACT
- Redux
- Webpack
- Jest
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
- Clone the project
git clone https://github.com/thecodechaser/covid19-metrics
cd covid19-metrics- Install dependencies
npm i
or
npm install- To Start the development server
npm start- To test the project
npm run test👤 Ranjeet Singh
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspired by original design for Creative Commons by Nelson Sakwa on Behance.
- Inspiration: Microverse
This project is MIT licensed.



