The application shows information about the coronavirus situations in the world. It is built around an API to fetch the needed data. It can show information on the country level as well as region and sub-region levels. You can actually find covid19 information using a date filter. This is a capstone project for my React/Redux course at Microverse Inc.
- HTML
- CSS
- JavaScript
- React
- Redux
- Click on the
Code
green drop down button then COPY. - In your local PC, open your terminal in the folder you would like to clone the repository into
- Clone the repository with the command:
git clone (copied link)
; like so:git clone https://github.com/HENRYKC24/covid19-info-finder.git
- After the clone, type in the command
cd covid19-info-finder
to access the app directory on the terminal - Run
npm install
to get all the project dependancies. - Run
npm run start
to start the dev-server.
- Run
npm test
.
👤 Henry Kc
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome! Feel free to contribute
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A spcial thanks to Nelson Sakwa, the creator of the original design, for providing me with the design template used for this project.
- I remain indepted to the Facebook team that developed create-react-app and React Redux as open source.
- A special thanks to Microverse for inspiring this project. I really appreciate.
- A special thanks goes to all my peers at Microverse for being ther for me.
This project is MIT licensed.