Skip to content

BoomBoomRay/github-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Search

A simple application that allows users to search for users from the github API.

1. Install packages

run npm install

2. Run project

run npm start

3. Open it

go to http://localhost:3000

live: https://github-search-application.netlify.app/login

Gihthub API

  • Root Endpoint

  • Get User

  • Repos

  • Followers

  • Rate Limit

    For 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 requests.

Features

Styled-Components - Main Docs

React Icons - Main Docs

Fusion Charts - Main Docs First React Chart List Of Charts Themes

Auth0 - Main Docs

Deployment

Netlify

Additional Info

Redirects with react-router-dom

In order for routing to work on netlify, redirects was added to the public folder

  • _redirects file in public

/*    /index.html   200

Redirects Blog Post

Warnings and create-react-app

package.json

"build": "CI= react-scripts build",

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published