GitHub Finder is an app that help search GitHub user profiles. https://github-finder-site.netlify.com
node -v
node: >= v8.16.1
Clone the Repo here to your local machine.
npm install
yarn install
- Create
.env.local
file in your root dir - Add the following env variable
REACT_APP_CLIENT_ID=xxxx
REACT_APP_CLIENT_SECRET=xxxx
In the project directory, you can run:
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.
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!