mananchawla2005 / Hacktoberfest-Repo-Checker

Hacktoberfest Repository Checker
https://hacktoberfest.cf
23 stars 24 forks source link

Make a page for showing repositories to contribute to! #51

Open mananchawla2005 opened 1 year ago

mananchawla2005 commented 1 year ago

Make another separate page using ejs... and js on the backend... which shows different repositories a user can contribute to... You can ask the basics steps needed to implement the same from me if at all required... be consistent with the octocat library used for github api calls...

AshishisLiquid commented 1 year ago

Do you want the list to be personally added by a user per pr or do you want to store the searched and verified hacktoberfest verified repos ?

Gismo1337 commented 1 year ago

may you can use https://github.com/Gismo1337/hacktoberfest-project-list --> https://dev.to/gismo1337/hacktoberfest-projectlist-showcase-3d5f

mananchawla2005 commented 1 year ago

@AshishisLiquid basically just randomly show the ones with hacktoberfest topic for now... later will create issues for further improvements but rn thats what's required

AshishisLiquid commented 1 year ago

@AshishisLiquid basically just randomly show the ones with hacktoberfest topic for now... later will create issues for further improvements but rn thats what's required

So we have to show the list hardcoded right as per names?

mananchawla2005 commented 1 year ago

@AshishisLiquid no you have to fetch it from the api! first and then arrange it in the ejs template

mananchawla2005 commented 1 year ago

@AshishisLiquid you still working on this?

AshishisLiquid commented 1 year ago

I am looking for api which will provide me lists of repos which have hacktoberfest tag

mananchawla2005 commented 1 year ago

read octokit docs perhaps @AshishisLiquid

dyarawilliams commented 1 year ago

Is this taken... I would like to try this.

mananchawla2005 commented 1 year ago

@dyarawilliams go ahead!! its not!

dyarawilliams commented 1 year ago

@mananchawla2005 Okay Thank you I'll get right to it.

mananchawla2005 commented 1 year ago

@dyarawilliams any updates?

dyarawilliams commented 1 year ago

@mananchawla2005 yes currently working on it right now ... I have a route called repos. I'm working on the front end then I'll utilize the GitHub API

dyarawilliams commented 1 year ago

@mananchawla2005 what would you like for each card of the repo to show. I was thinking title of repo, stars, user, and language list

mananchawla2005 commented 1 year ago

thats perfect! @dyarawilliams

dyarawilliams commented 1 year ago

Something like this @mananchawla2005

validchecker

mananchawla2005 commented 1 year ago

@dyarawilliams yes thats awesome

dyarawilliams commented 1 year ago

Hacktoberfest-Repository-Checker

mananchawla2005 commented 1 year ago

hey #30 @dyarawilliams would you like to take a look at that as well?

dyarawilliams commented 1 year ago

@mananchawla2005 I'll take a look at it