An online platform providing comprehensive information on nearby hospitals and healthcare facilities!
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-?style=flat&logo=github"/></td>
<td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-?style=flat&color=critical&logo=github"/></td>
</tr>
</tbody>
It is an online platform which enables you to get information about your nearest hospitals and healthcare facilities including important information like blood availablity in emergency, Opds and beds availability in your nearest/desired hospitals. It aims to address health-related issues. It is a one-stop destination for all your medical needs.
To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository, follow these steps:
-
Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
-
Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.
git clone https://github.com/<your-github-username>/RAPIDOC-HEALTHCARE-WEBSITE
-
Add a remote upstream:
git remote add upstream https://github.com/original-owner-username/RAPIDOC-HEALTHCARE-WEBSITE
-
Create a new branch: Create a new branch for your changes. Run the following command in your terminal.
git checkout -b <your-branch-name>
-
Make the desired changes: Make the desired changes to the source code.
-
Add your changes: Add your changes to the staging area. Run the following command in your terminal.
git add <File1 changed> <File2 changed> ...
-
Commit your changes: Commit your changes with a meaningful commit message. Run the following command in your terminal.
git commit -m "<your-commit-message>"
-
Push your changes: Push your changes to your forked repository. Run the following command in your terminal
git push origin <your-branch-name>
-
Create a Pull Request: Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.
-
Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
-
Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.
git clone https://github.com/<your-github-username>/RAPIDOC-HEALTHCARE-WEBSITE
-
Open the project in VS Code: Click on the open with vs code button , to make changes to the code using the text editor.
-
Find the Index.html file: Right click the file mentioned and click on "Open with Live Server" This will redirect to the web-browser and load the landing page of the project