Skip to content

A website app about COVID-19 table statistics that display daily data project.

Notifications You must be signed in to change notification settings

Bolt-Tech/covid-19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

The Second Project Covid-19 (Coronavirus) Statistic

Need to know what's the daily status report of COVID-19 spread and get safe staying at home. The website app is responsive with smartphone & tablet. Beautifully wide design and organized table data such as displaying flag, number of cases, active etc. It's been created in second semesters task assignment at college with excellent score.

Built with:

  • HTML
  • SCSS / CSS
  • JavaScript & AJAX Fetch API.

Live demo

Give it a try exploring this live site: covid-19 statistics.

Covid-19 Statistic Demo

Prerequisites

Note: My personal preference is Visual Studio Code, I'm sure there are other text editors with equivalent extensions/plugins that can be used with this project.

Opening COVID-19 API

To be able to see live statistics, follow these steps:

  1. Clone/Download my project and place it in your desired location. Right click on covid-19-api root folder then click Open with Code.

  2. When you open VS Code, on Explorer tab, click New file and type config.js then copy the following code to this file:

const API_KEY = 'YOUR_MAPBOX_ACCESS_TOKEN';

Replace YOUR_MAPBOX_ACCESS_TOKEN with your free API key accessToken from mapbox.

  1. Click Watch Sass on bottom right to begin generating all CSS.

  2. Finally, make sure to Save All files. On Explorer tab, right click on index.html then Open with Live Server. That's it, enjoy my responsive covid-19 statistic project.

Stay Home, Stay Safe

License

Distributed under the MIT License. See LICENSE for more information.

About

A website app about COVID-19 table statistics that display daily data project.

Topics

Resources

Stars

Watchers

Forks