/Githubfinder

🔎 React app to search Github profiles. This app uses the Context API along with the useContext and useReducer hooks for state management 📰

Primary LanguageJavaScript

Github Finder

Github Finder is a refined, more creative way to look at your's or your friend's Github stats.

NPM Version Build Status

Screenshot

Usage example

  1. Search for someone's Github username.
  2. Click on view more to view general stats like followers, repos, stars etc.
  3. Go to a specific repo of the searched person.

Development setup

To setup the project locally, perform the following steps.

  1. Clone the repo.
git clone github.com/your_username/Github-Finder.git
  1. Install all the dependencies.
npm install
  1. To start the development server
npm run start

Project is live at port 3000 :)

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request