I built this Covid19 Live Data application as my capstone project to complete the React/Redux curriculum at Microverse. The application fetches data from the M-Media Covid-19 data API.
- React
- Javascript
- HTML
- CSS
- Redux
- React Redux
- Covid-19 API from M-Media-Group
Follow the steps below to test the project locally. First ensure you have a version of Node.js equal or greater than v6.10.0 installed.
- Clone the repository from a terminal
https://github.com/SmithVyne/Covid19-Data-Live.git
. - Navigate to the project directory
cd covid19-data-live
. - Install project dependencies
npm install
. - Run
npm start
to compile and serve a development build live onhttp://localhost:3000
or any other port randomly available to React.
- In the root directory of the project run
npm test
command to run all tests
👤 Smith Nkereuwem
- Github: @SmithVyne
- Twitter: @SmithVyne
- Email: email me
Give a ⭐️ if you like this project!