Thanks to visit codestin.com
Credit goes to github.com

Skip to content

React website where you can serach for github users and their data is visualized in charts for an overall look at their skills

Notifications You must be signed in to change notification settings

thilak009/github-users-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Project

  • used styleed components and global css for some styles

Styled Components

Styled-Components - Main Docs

import styled from "styled-components";

const ReactComponent = () => {
 // logic here
 return <Wrapper>
 {some content}
 </Wrapper>
}


const Wrapper = styled.htmlElement`
write your styles here
`
export default ReactComponent

React Icons

React Icons - Main Docs

import { FiUsers, FiUserPlus } from 'react-icons/fi';
<FiUsers className='nameOfTheClass'> </FiUsers>;

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.

Fusion Charts

Deployment

Netlify

About

React website where you can serach for github users and their data is visualized in charts for an overall look at their skills

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published