A modern GitHub user search and visualization tool built with React.
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
import { FiUsers, FiUserPlus } from 'react-icons/fi'; <FiUsers className='nameOfTheClass'> </FiUsers>;
version used - "react-router-dom": "^5.2.0",
-
"Switch" renders the first child "Route" that matches
-
A " Route path="*" " always matches
-
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.