PROD [Live] : https://react-github-search-users-prod.netlify.app
Login / Sign up
button which on click opens a popup window handled by Auth0.
Logout
button which on click the user gets logged out.npm install
to install the dependencies, and npm start
to start up the development server on default port 3000.HTML, CSS, JavaScript, ECMAScript, React ~ ContextAPI - Hooks ~ useState, useEffect, useContext, React Router 6
https://api.github.com/
Netlify
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β,
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.
Add Domain - for now http://localhost:3000 (DONβT COPY PASTE FROM URL BAR)
Connections email,social
In order for routing to work on netlify, redirects was added to the public folder
/* /index.html 200
package.json
"build": "CI= react-scripts build",
create-react-app Warning Fix Blog Post
Note: I have developed this project as part of React and Projects Course taught by John Smilga.