/github-finder

Search for any GitHub user and view their profile

Primary LanguageJavaScript

Github Finder

React web application which allows you to search for Github accounts in a cleaner user interface.

Installing

After cloning this repo:

npm install

Start application

npm start

Screenshots

Alt text

Alt text

Built With

  • React - Front-end framework used
  • GitHub API V3 - Back-end API used to fetch GitHub Data
  • axios - Node module to make promised based HTTP requests

Acknowledgments

  • Traversy Media - For teaching me how to use the Context API and Hooks. Also for guiding the creation process of GitHub Finder in his React course.