2024-SANDHYA / Blood-Buddy

Blood donation made easy through Blood Buddy.
https://2024-sandhya.github.io/Blood-Buddy/
MIT License
72 stars 112 forks source link
blood-bank-management blood-donation css github html javascript open-source

Blood-Buddy 🏥

GitHub license Open Source Love PRs Welcome

image

Blood Buddy is a website that offers blood donation services to anyone in need. The website works :

  1. Register on the website.
  2. Add your address.
  3. Website can track nearby blood bank.
  4. Get updates.

Tech-Stack used :

HTML 5 CSS3 JS

Star ⭐️the repo to get frequent updates & appreciate the efforts.

How to get started? 🏗

To start contributing you need to follow the below steps in proper order

**0.** Create your own issue or choose one already mentioned in under issues section. **1.** Fork [this](https://github.com/2024-SANDHYA/Bloody-Buddy.git) repo. **2.** Clone your fork copy of the project which'll be visible in your account. ``` git clone --depth 1 https://github.com//Blood-Buddy.git ``` **3.** Navigate to the project directory :file_folder: . ``` cd Blood-Buddy ``` **4.** Add a remote upstream to the original repository. ``` git remote add upstream https://github.com/2024-SANDHYA/Blood-Buddy.git ``` **5.** Check the remotes for the repository. ``` git remote -v ``` **6.** It is always advised to take a pull from the upstream repository to your master branch to keep it even with the main project(updated repository). ``` git pull upstream master(or main) ``` **7.** Create a new branch. ``` git checkout -b ``` **8.** Perform your desired changes to the code base.

**9.** Track your changes:heavy_check_mark: . ``` git add . ``` **10.** Commit your changes . ``` git commit -m "Message related to changes you made in the code" ``` **11.** Push the committed changes in your feature branch to your remote repo. ``` git push -u origin ``` **12.** To create a pull request, click on `compare and pull requests`. Please ensure that both the branches are even in order to avoid merge conficts **13.** Add a title and description to your PR explaining the features you added. **14.** Click on `Create Pull Request`. **15.** Congrats !! You made your first PR 🥳.


✨This project and everyone participating in it is governed by **[Code Of Conduct](https://github.com/2024-SANDHYA/Blood-Buddy/blob/ff0d5e26c7e6db3ffd7851bccae2acc30a840106/Code%20Of%20Conduct.md)** .By participating, you are expected to uphold this code.✨