Skip to content

Search your Github username and get interesting results about your repositories and projects.

Notifications You must be signed in to change notification settings

amirhosseinNouri/github-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Analyzer

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).

Gihthub API

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.

Styled Components

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 Icons

React Icons - Main Docs

React Router Dom

React-Router-Dom is also involved in this project to route between pages.

Fusion Charts

I used FusionChart library which is one of the best Chart library and it's really easy to work with.

Auth0

I used Auth0 to handle the identity and login/logout process.

Deployment

Netlify

TODO

  • Get a follower data by clicking on follower panel.
  • Fix input width on small devices

Releases

No releases published

Packages

No packages published