Search your Github username and get interesting results about your repositories and projects.
I used React and React Hook for this project.
This project is a practice for React Tutorial and Projects Course.
Check out the final result here (you should probably use a VPN).
I used Github API to get data.
For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.
Instead of putting all CSS in a single CSS file, I used styled-components which is an awesome library to style components within them. Styled-Components - Main Docs
React-Router-Dom is also involved in this project to route between pages.
I used FusionChart library which is one of the best Chart library and it's really easy to work with.
I used Auth0 to handle the identity and login/logout process.
- Get a follower data by clicking on follower panel.
- Fix input width on small devices