Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 523 Bytes

Github Finder App

This app is made using React. It helps to search Github users and display their info.

Usage

Rename .env.example to .env

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

Learn how to create a token here

Install Dependencies

npm install

Run

npm start

App is deployed on Vercel.