Skip to content

GitHub Finder is a React app that help user to search GitHub Profiles. It uses GitHub REST API.

Notifications You must be signed in to change notification settings

danielotieno/github-finder-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Finder

GitHub Finder is an app that help search GitHub user profiles. https://github-finder-site.netlify.com

Getting Started

Prerequisites

node -v
node: >= v8.16.1

Clone the Repo here to your local machine.

Installing Dependencies

Using npm

npm install

Using Yarn

yarn install

Environment Variable

  • Create .env.local file in your root dir
  • Add the following env variable
REACT_APP_CLIENT_ID=xxxx
REACT_APP_CLIENT_SECRET=xxxx

Available Scripts

In the project directory, you can run:

npm start or yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

GitHub Finder is a React app that help user to search GitHub Profiles. It uses GitHub REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published