aryankashyap7/CheatSheets-for-Developers

A simple website that neatly displays all the cheatsheets here

Closed this issue · 8 comments

I really like all these cheatsheets, but navigating through Github files is inconvenient. Maybe we can create an astro project that uses the github API to display the markdown of these cheatsheets in a simple website. Hosted on github pages as well. What do you think?

@Dhravya This sounds really interesting. If you would like to work on this upgrade, comment below. I will assign you this Issue. You can then create a new branch and start working on it :)

Yes! Would be cool.

Hi, the website is almost done, but before I send a PR,

So there are 2 options.

  • Keep the current repository as it is, fetch markdown data etc from github (Which will require API keys and stuff)
  • Change the structure of repository, and fetch markdown content locally (Needs a little bit of restructuring, moving the files around, maybe renaming some file). This gives us complete control and then the website can be the primary source of reference for the users.

In my opinion, the second option is better for the long run. What do you think?

Btw, take a look
image

Hey @Dhravya this UI looks good. For now let's continue with the second plan. Just try to restructure the repository in such that it looks well organized.

Sure!

@Dhravya Just came to check, What's the update with the website?

Hi! It's done!