React web application which allows you to search for Github accounts in a cleaner user interface.
After cloning this repo:
npm install
Start application
npm start
- 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
- 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.