/github-finder-app

Find Github users and display their info in detail. This Project was created by React and using Github REST API to fetch data..

Primary LanguageJavaScript

Github Finder App

A React app that lets you search for GitHub users and check out that user's public information. This app uses the Context API for state management.

You can check out the live project (vercel) by clicking Github Finder

Demo

demo1 demo2 demo3

Learn From

Udemy Course React Front To Back 2022

Thanks Teacher Brad Traversy.

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

npm

npm install npm@latest -g

Installation

  1. Get a free API Key at Github REST API

  2. Clone the repo

    git clone https://github.com/xxrjun/Github-Finder-App
  3. Install NPM packages

    npm install
  4. Rename .env.example to .env

  5. (Optional) You can use the Github API without a personal token, but if you want to increase the request limit rate, get your token and add it to the .env file. Learn how to create a token here

    REACT_APP_GITHUB_TOKEN="ADD_YOUR_TOKEN";

Run the App in Develop Mode

npm start

(back to top)

Acknowledgments I Learned From This Project

(back to top)