Skip to content

Kvanrooyen/corona-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Tracker

Website Website

This is a simple project that will enable you to view some of the stats for covid-19. The main idea behind this project was for me to improve my JavaScript.

Getting Started

To get started with the project you will need to clone it to your local machine, or download the zip

Prerequists

You will need a few things installed on your machine before you can run the projecct, they are listed below:

Installing

Once you have installed Node and Gulp, we can then install the dependancies required. Open a terminal window in the root of the project folder, and run the following command.

npm install

You should then have everything installed. If you run npm start it should then open a browser window with the home page.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

Accknowledgements

This project would not be possible without NovelCOVID, I am using their API to get the data you see.