Covid-19 tracker is an open source project aimed to act as a starting point for new developers to practice their skillset as well as expand their portfolio.
- Open Source: This repository is opened to any to fork and build upon without asking for any approval or mentioning any developer..
Learn more about the API used in this project.
Ensure that you are using the latest version of npm in your project.
- Download the project using the download zip option or using "git clone"
- Run
npm install
to install all dependencies. - Run
npm start
to start the project
This project is not perfect and might have some bugs lying around in the source code but it will be a good place to start.