Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T23:52:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:41:19.933Z (about 1 month 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
![Build and Deploy](https://github.com/stephin007/githubfinder/workflows/Build%20and%20Deploy/badge.svg?branch=main) ![CodeQL](https://github.com/stephin007/githubfinder/workflows/CodeQL/badge.svg?branch=main)
[![GitHub issues](https://img.shields.io/github/issues/stephin007/githubfinder)](https://github.com/stephin007/githubfinder/issues)
[![GitHub forks](https://img.shields.io/github/forks/stephin007/githubfinder)](https://github.com/stephin007/githubfinder/network)
[![GitHub stars](https://img.shields.io/github/stars/stephin007/githubfinder)](https://github.com/stephin007/githubfinder/stargazers)
[![GitHub license](https://img.shields.io/github/license/stephin007/githubfinder)](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:
![Github Finder Interface Demo](https://i.imgur.com/r9KrMeS.gif)
To build the app for production run:
```
yarn build
```