Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Project

  • Github search projects made using react and many more

Styled Components

Styled-Components - Main Docs

importstyledfrom"styled-components";constReactComponent=()=>{// logic herereturn<Wrapper>{somecontent}</Wrapper>}constWrapper=styled.htmlElement`write your styles here`exportdefaultReactComponent

React Icons

React Icons - Main Docs

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

React Router Dom

version used - "react-router-dom": "^5.2.0",

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

Auth0

  • Auth0 - Main Docs

  • Create Application

  • Choose : Single Page Web Applications

  • Choose : React

  • Go to Settings Tab

  • Copy/Paste Domain, ClientID - can be public (or use .env)

  • Add Domain - for now http://localhost:3000 (DON'T COPY PASTE FROM URL BAR)

    • Allowed Callback URLs
    • Allowed Logout URLs
    • Allowed Web Origins
  • Connections email,social

  • React SDK Docs

  • REACT SDK API Docs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages