https://github.com/ovidiubute/github-search-web-app
Simple GitHub user search web app
https://github.com/ovidiubute/github-search-web-app
Last synced: 6 months ago
JSON representation
Simple GitHub user search web app
- Host: GitHub
- URL: https://github.com/ovidiubute/github-search-web-app
- Owner: ovidiubute
- Created: 2020-05-29T08:25:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T21:05:26.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:16:22.156Z (8 months ago)
- Language: TypeScript
- Homepage: https://github-user-search.ovidiu.dev/
- Size: 1.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-search-web-app
A simple web app that you can use to search through GitHub's user database.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
This app uses the GitHub GraphQL API, and requires a [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). During development you need to inject this as an environment variable:
`REACT_APP_GITHUB_TOKEN=`
Once you do that you may run the command to run the app in the development mode.
Open [http://localhost:3000](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.### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn 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.
Don't forget to include the Personal Access Token as an environment variable during build!
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.