Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.19 KB

README.md

File metadata and controls

66 lines (52 loc) · 2.19 KB

Covid-19-Tracker 🚨

This project provides updates, symptoms, prevention, and emergency response to the current outbreak of Coronavirus (COVID-19).

Demontrations

Intro Preview :

World State Preview :

About Covid Preview :

Symptoms Preview :

Prevention Preview :

Contract/Emergency Preview :

Technologies 🛠

  1. Bootstrap (Front-end)
  2. CSS (Styling)
  3. PHP (Back-end)
  4. MySQL (Database)
  5. Covid-19 API

How to SetUp this Project on Your Local Machine :

  1. Clone this repo on your local machine using git clone https://github.com/ruhulaminparvez/Covid-19-Tracker.git
  2. Create a database named db_corona in your phpmyadmin (MySQL Database).
  3. Create a table named case-corona in your db_corona database with 6 columns (id, username, email, number, syndromes,description).
  id (int, 255, AI, PK)
  username (varchar, 255)
  email (varchar, 255)
  number (varchar, 255)
  syndromes (varchar, 255)
  description (varchar, 255)
  1. Run the project on your local server (XAMPP, WAMPP, etc.)

Bugs 😒

If you run into any issues or have questions, ideas or concerns. Please enjoy and feel free to share your opinion, constructive criticism, or comments about my work. Feel free to email me at [email protected], Thank you!😊