Skip to content

React based app that uses the Github API to search users and display user and repo data in a customized page.

Notifications You must be signed in to change notification settings

mocha-maker/github-finder

Repository files navigation

Github Finder App

This is a part of the "React Front to Back 2022" Course by Brad Traversy.

This app searches Github users and displays their info on custom pages by connecting to Github's API.

Built With

This project was built with the following tools and frameworks:

Skills demonstrated

  • 3rd Party API
  • HTTP Requests
  • TailwindCSS Styling
  • React - Context, Reducers, Promises

Updates

  • Add Sorting by Stars to Repo List
  • Change Repo List grid layout to be more responsive
  • Various UI changes
  • Added icon link to homepage or github page site if available

Installation and Usage

  1. Rename .env.example to .env

You can use the Github API without a personal token, but if you want to use your own token, you'll need to add it to the .env file.

Learn how to create a token here

Install Dependencies

npm install

Run App

npm start

About

React based app that uses the Github API to search users and display user and repo data in a customized page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published