https://github.com/stephin007/githubfinder
Its a Github Profile searcher made with React JS with many more functionalities to come
https://github.com/stephin007/githubfinder
github-api hactoberfest hactoberfest2020 reactjs
Last synced: about 1 month ago
JSON representation
Its a Github Profile searcher made with React JS with many more functionalities to come
- Host: GitHub
- URL: https://github.com/stephin007/githubfinder
- Owner: stephin007
- License: gpl-3.0
- Created: 2020-10-11T04:36:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T23:52:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T14:28:36.426Z (8 months ago)
- Topics: github-api, hactoberfest, hactoberfest2020, reactjs
- Language: JavaScript
- Homepage: https://gitsearcher.stephinreji.me/
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
[](https://github.com/stephin007/githubfinder/issues)
[](https://github.com/stephin007/githubfinder/network)
[](https://github.com/stephin007/githubfinder/stargazers)
[](https://github.com/stephin007/githubfinder/blob/main/LICENSE)## Installation
1. Clone the repository.```
git clone https://github.com/stephin007/githubfinder.git
```2. Change directory to `githubfinder/`
```
cd githubfinder/
```3. Install the dependencies.
For `npm`:
```
npm i
```For `yarn`:
```
yarn install
```## Usage
In the project directory, `githubfinder/` you can run:```
yarn start
```
Runs the app in the development mode.Open http://localhost:3000 to view it in the browser.
Here is a preview of how the app should look:

To build the app for production run:
```
yarn build
```