Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1019 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 1019 Bytes

Covid Bed Tracker

This project tracks the number of beds available in hospitals for covid-19 patients. It also provides information such as:

  • Name of Hospital
  • Number of Beds
  • Address of Hospital
  • Ratings of Hospital
  • Contact

Technology Used:

  • HTML
  • CSS
  • JavaScript
  • Google Maps API

Installation

This project requires Visual Studio Code to run.

Development

Want to contribute? Great!

Steps to follow

  • Fork a GitHub repository.
  • Clone the forked repository to your local system by running command-
               $ git clone remote repository url
  • Add a Git remote for the original repository.
  • Create a feature branch in which to place your changes.
  • Make your changes to the new branch.
  • Commit the changes to the branch.
  • Push the branch to GitHub.
  • Open a pull request from the new branch to the original repo.
  • Clean up after your pull request is merged.

License

GNU General Public License v3.0

Happy Coding!:smile: