This application have the purpose of obtaining the repositories of an user from Github using the Github Api (https://developer.github.com/v3/) and also returning the number of stars from the user repositories.
First, install the project dependencies using your prefered packaged manager such as yarn or npm.
npm install or yarn installThe application is rather simple to use. All you need to do is to type on the Search bar the desired username from github that you want to check.
Here is a list of famous github users to inspire you:
alysonla
fabpot
jlord
egoist
andrew
nelsonic
- React - The main library used
- Semantic UI - Used for styling
- Styled Components - Used for styling
We will be adding new functions to this application and every feedback and suggestion will be welcome to help improve our code.
Application to search github users and return it's repositories along with the number of stars in each repository
npm install or yarn install