Skip to content

abjs/students-blood-bank

 
 

Repository files navigation

Students Blood Bank

- Do Not Delete README.md  You can Improve the readability of the  document
+ Update database.json file with your info

How To Contribute to database

{
  "data": [
    {
      "name": "Abin Joseph",
      "phone": "8921372134",
      "blood_group": "O+",
      "address": "Kalathilparbil(H) Josegiri Po Josegiri",
      "district": "Idukki",
      "state": "Kerala",
      "country": "India",
    }
+   ,
+  {
+    "name": "Name",
+    "phone": "Phone Number",
+    "blood_group": "blood group",
+    "address": "address",
+    "district": "district",
+    "state": "state",
+    "country": "country",
+   }
+
  ]
}

Update data.json with your information

To format json and md file run the following commands from project folder before pull request

yarn / npm install

yarn format / npm run format