An open API service indexing awesome lists of open source software.

https://github.com/pramit-marattha/searchhubify-visualizing-githubusers-info-webapp

A very simple web app to visualize the profile of GitHub users.(Git commits , language used, activity status and much more). Currently For now unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making the requests.
https://github.com/pramit-marattha/searchhubify-visualizing-githubusers-info-webapp

github github-api javascript javascript-library netlify react reactjs reactjs-components webapp website

Last synced: 7 months ago
JSON representation

A very simple web app to visualize the profile of GitHub users.(Git commits , language used, activity status and much more). Currently For now unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making the requests.

Awesome Lists containing this project

README

          

# Searchhubify
### ``` Signup and Signin with your email or social account and search anyone on Github```

A very simple web app to visualize the profile of GitHub users.(Git commits , language used, activity status and much more). Currently For now unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making the requests.

#### ```using Github api to visualize the info about the users```

## It's Live 🎉 Visit here ==>https://searchhubify.netlify.app/

#### Sign-In and Sign-up using "Auth0"

![Authentication](https://user-images.githubusercontent.com/37651620/88461843-e770d780-cec6-11ea-850a-669e16e8e870.gif)

Geo-Hot | Sent-dex
:----------------------------:|:--------------------------------------:
![geohot](https://user-images.githubusercontent.com/37651620/88462181-22740a80-cec9-11ea-940e-a1a41e6b2c5e.gif)| ![sentdex](https://user-images.githubusercontent.com/37651620/88462441-007b8780-cecb-11ea-836b-3110a2608cca.gif)

Brad-traversy | John-smilga
:------------------:|:-----------------:
![Brad](https://user-images.githubusercontent.com/37651620/88462799-c95aa580-cecd-11ea-9d43-84a1668775c0.gif) | ![John-Smilga](https://user-images.githubusercontent.com/37651620/88462587-32411e00-cecc-11ea-8ae7-96360f056af9.gif)

# Or
---
## If you want to Install Locally
- First step is to download this repo
- place it inside a project directory
- Then Configure the `context.js` and charts file

## `Insert your own GitHub Api key` inside mockRepo..followers &..users

### Setup process
type `npm start`

# Boom Shakalaka !
#### open your browser and type the address
#### It looks something like this :::
~~~bash
http://localhost:3000/
~~~
### Enjoy!

# Deploying the App

## -First step
### `yarn run build`

## Boom!! done...

# `Some tips and tricks`
### `yarn start`

Runs 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.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `yarn eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

### `Serving the recently build application`
# `yarn global add serve`

## Finally
# `serve -s build`

# Cheers !
#### open your browser and type the address
#### It looks something like this :::
~~~bash
http://127.0.0.1:3000/
~~~
### Enjoy!