A mobile app that counts the number of people in Africa who have been vaccinated against Covid-19. Data for all countries can be retrieved, as well as other details such as the capital city and the country's life expectancy.
# Covid-19-Vaccination-Tracker
> A mobile app that counts the number of people in Africa who have been vaccinated against Covid-19. Data for all countries can be retrieved, as well as other details such as the capital city and the country's life expectancy.
## Live Demo
> Live Demo
## video Demo
> Video Demo
>
Demo 📝
| **Interface 1** |
| :-------------------------------------------------------------------------------------------------------------------------: |
|
| **Interface 2** |
| :-------------------------------------------------------------------------------------------------------------------------: |
|
> Learning objectives:
- Use React documentation.
- Use React components.
- Use React props.
- Use React Router.
- Connect React and Redux.
- Handle events in a React app.
- Write integration tests with a React testing library.
- Use styles in a React app.
- Use React life cycle methods.
- Apply React best practices and language style guides in code.
- Use store, actions and reducers in React.
- ## Built With
- React
- Redux
- JSX
- jest
- ES6
## Getting Started
To get a local copy up and running follow these simple example steps.
1. Download the `Zip` or `(git clone)[
github.com]`
2. `cd Covid-19-Vaccination-Tracker`
3. Then open in your browser by using `live server`\
**Install**
- On your terminal run : `npm i`
- To start the development server : `npm run start`
- In case you run into any errors please raise an issue.
## Jest testing
For testing using jest follow these steps:
> npm install
`This will download all the dependencies`
> npm test
`This will perform all the tests and display the result on the terminal`
## Linter errors testing
For tracking linter errors locally yo …