- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This is a react project that renders the COVID-19 updates from different countries of the world, it displays the number of cases present per day, tests collected, deaths cases, and much more information, and all those information is obtained from the API and displayed on the UI.
- Fetches data from Api
- Render API data on an SPA
- Responsive Application
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Html & CSS basics
- JS basics
- Broad Understanding of React
- Broad Understanding of Redux
- Git & github
Clone this repository to your desired folder:
- Click on the green button on the top right corner with the text code
- Click on SSH
- Copy the text that appears below
- Type "git clone" in your terminal and past the copied text next to "git clone" and press enter
Install this project with:
- Click on the green button on the top right corner with the text code
- Click on "Download ZIP"
- Extract the downloaded file locally
- Once oponed up in a code editor run
npm install
to install all packages
To run the project, execute the following command:
- Allow users to learn about rockets.
To run tests, run the following command:
- Run the
npm test
in an integrated terminal to run automated tests.
👤 Joseph Irirwanirira
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/Joseph Irirwanirira)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
Feel free to give it a start
- Would like to thank Microveverse for the Project
- I would like to thank (Nelson Sakwa)[https://www.behance.net/sakwadesignstudio] for his magical design
- My coding partners
-
What is an SPA
- A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page with new data from the web server, instead of the default method of a web browser loading entire new pages.
-
Is the page compatible with mobile
- Yes, the webpage is a resonsive page that can be displayed on most devices in use today.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.