https://github.com/mingkang111/github-finder
A react app to search Github profiles.
https://github.com/mingkang111/github-finder
javascript react react-hooks react-redux react-router
Last synced: 5 months ago
JSON representation
A react app to search Github profiles.
- Host: GitHub
- URL: https://github.com/mingkang111/github-finder
- Owner: mingkang111
- Created: 2020-05-07T00:19:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T23:45:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T05:31:23.185Z (about 1 year ago)
- Topics: javascript, react, react-hooks, react-redux, react-router
- Language: JavaScript
- Homepage: https://kangming1412.github.io/Github-finder/
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Finder
React app to search Github profiles.
This app uses the Context API along with the useContext and useReducer hooks for state management.
Built with class component firstly, then refactored to function component, and finally to hooks&context.
## Demo
[demo](https://kangming1412.github.io/Github-finder/)
Click 'Home' to go to home page.
Enter the username to seach.
## Usage
### `npm install`
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000)
### `npm run build`
Builds the app for production to the `build` folder.