Skip to content

tranngo/covid-report

Repository files navigation

COVID-19 Report

COVID-19 Report Screenshot

COVID-19 Report is a responsive web application that allows you to conveniently look up and visualize COVID-19 data (updated daily) for over 190 countries. Countries can be bookmarked where they can be easily viewed in the "Bookmarks" tab. The "Resources" tab is where users can share online resources.

Built With

Getting Started

Prerequisites

Installation

  1. Clone the repo
  2. Load the database in MySQLWorkbench using the provided schema file
  3. Enter your database credentials for PHP in config/config.php
define("DB_HOST", "ENTER DB_HOST HERE");
define("DB_USER", "ENTER DB_USER HERE");
define("DB_PASS", "ENTER DB_PASS HERE");
define("DB_NAME", "ENTER DB_NAME HERE");
  1. Open index.html in your web browser

Screenshots

Home

image

Resources

image

Bookmarks

image image

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published