Skip to content

abjs/github-using-students-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GithubStudentsList

This is a repository of data of github using student list.

{
  "data": [
    {
      "name": "Abin Joseph",
      "github": "https://github.com/abjs", 
      "college": "KMEA",
      "department": "computer science and engineering"
    }
+   ,
+  {
+    "name": "user name",
+    "github": "git hub profile link",
+    "college":" college name",
+    "department": "department"
+   }
+
  ]
}

Update data.json with your information

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

yarn / npm install

yarn format / npm run format