EshanTrivedi21 / Git-CheatSheet

An opensource initiative to which over 37 individuals from all over the world collaborated in order to streamline the process of learning Git and GitHub.
https://eshantrivedi21.github.io/Git-CheatSheet/
MIT License
51 stars 54 forks source link

Enhancing the project by adding "Find yourself in Github" section in the page #127

Closed pooranjoyb closed 1 year ago

pooranjoyb commented 1 year ago

Introducing a section in the bottom of the page with the title "Already in Github? Find yourself !"

Reason/Context

Why we need this improvement? It would be great if a user is able to find himself/herself in Github after installing and authenticating

How will this change help? It will enhance the UI of the webpage. It will ensure users to type their username the input section which will return the username, profile-pic, bio, repos of the user. Hence giving a better user-experience.

Description

What changes have to be introduced? The Github users API will help us to access to a bunch of data about GitHub users like names, followers, images, and many more.

Will this be a breaking change? No, it will enhance the project.

How could it be implemented/designed? This can be achieved by fetching user information with the help of API and using JavaScript method, i.e, by writing few lines of JavaScript and serving them in the webpage.

Would be glad to work on this if you assign me. @EshanTrivedi21 :)

EshanTrivedi21 commented 1 year ago

Hey @pooranjoyb, Glad you're here! Already assigned this task to you, hope you have a great time working over it.

pooranjoyb commented 1 year ago

Hey @pooranjoyb, Glad you're here! Already assigned this task to you, hope you have a great time working over it.

Sure, Already into it! ❤

EshanTrivedi21 commented 1 year ago

Great work @pooranjoyb , marking this issue as completed!