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.
- Clone the repo
- Load the database in MySQLWorkbench using the provided schema file
- 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");
- Open index.html in your web browser
Distributed under the MIT License. See LICENSE
for more information.