HemantSachdeva / HacktoberFest

Feel free to add meme, tech quotes, facts daily in HacktoberFest and get deserving rewards :party:
https://hacktoberfest.com/
MIT License
12 stars 78 forks source link

Web GUI for hosting memes #134

Open realhunter7869 opened 2 years ago

realhunter7869 commented 2 years ago

I think having a static page to show the jokes posted by users in Repo at random will be great.... Would like to work on same...

HemantSachdeva commented 2 years ago

I think having a static page to show the jokes posted by users in Repo at random will be great.... Would like to work on same...

I appreciate the idea. Do you have experience making a static webpage that renders divs based on an API response?

realhunter7869 commented 2 years ago

Yes I do have an idea... We can use api.github.com and raw.githubusercontent.com for getting repo related data and readme content added by user...

realhunter7869 commented 2 years ago

We can also host the page using github pages

HemantSachdeva commented 2 years ago

Hosting it won't be an issue. Just the front end and its integration with backend API would play the role. I can design backend API if you or any other contributor could come up.

realhunter7869 commented 2 years ago

Maybe we won't be needing a backend at all... We will just get the data from github api and put it there

HemantSachdeva commented 2 years ago

I had a look at GitHub REST API for getting the content of a GitHub repo. The issue is that it's encoded XD. Check it out here if you find something useful.

realhunter7869 commented 2 years ago

I am getting a proper json response without encoding. I guess parsing this on standard web page will be easier.

image

realhunter7869 commented 2 years ago

Should I work on it?

HemantSachdeva commented 2 years ago

Yeah sure.