mathcodes / contentfordevelopers

We aim to please users with not just another solution bank to leetcode problems, but more. Contributors are encouraged to upload and share any additional content such as visual diagrams, animated GIFs, notes, charts, or whatever they use to not only solve, but UNDERSTAND the problem at hand.
https://www.contentfordevelopers.com/
MIT License
33 stars 31 forks source link

json file for housing contributors info #102

Open mathcodes opened 1 year ago

mathcodes commented 1 year ago

URGENT: create a db.json file that holds contributors' info and an id (id, avatar_url, github_url) where each object in the JSON data has a key = contributor's GitHub handle like so:


{
  "mathcodes": {
    "id": "0",
    "avatar_url": "https://avatars.githubusercontent.com/u/17928947?v=4",
    "github_url": "https://github.com/mathcodes/",
  },
  "<NEXT_CONTRIBUTOR HANDLE": {
    "id": "0",
    "avatar_url": "<AVATAR_URL>",
    "github_url": "<GITHUB_URL>",
  },
...
}
ShashwatAgrawal20 commented 1 year ago

@mathcodes would like to work

ShashwatAgrawal20 commented 1 year ago

Hey! @mathcodes would also like to work on rendering the contributors list.