Github Finder is a refined, more creative way to look at your's or your friend's Github stats.
- Search for someone's Github username.
- Click on view more to view general stats like followers, repos, stars etc.
- Go to a specific repo of the searched person.
To setup the project locally, perform the following steps.
- Clone the repo.
git clone github.com/your_username/Github-Finder.git
- Install all the dependencies.
npm install
- To start the development server
npm run start
Project is live at port 3000 :)
- Fork it.
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request