Visit here to have a look at the website of CoronaVirus being tracked world-wide.
- The website is developed in VS Code.
- Download and install a code/text editor.
- Download Node Js and npm(Node package manager) (npm gets installed by default on downloading Node)
- Clone the repository by running the command:
git clone https://github.com/namanrox/covid-19--track.git
in your GitBash or terminal of VS Code.
- Run the command
cd covid-19--track
- Run
npm install
to install all the dependencies. - Run
npm start
to start it on localhost:3000. - Now you are set to use it locally.
- But in order to make it your own, change all the dependencies to your name.