Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 2.39 KB

README.md

File metadata and controls

109 lines (73 loc) · 2.39 KB

Github User dashboard

Project Description

React project - fetching details about Github users including login with auth0 and several routes

Built with

  • HTML
  • CSS
  • React

npm-start

npm start

npm install
npm-start -g

Links

[email protected]
Aadummyuser!

Screenshots & Animation

Author

Styled Components

Styled-Components - Main Docs

import styled from "styled-components";

const ReactComponent = () => {
 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>;

React Router Dom

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

Gihthub API

Fusion Charts

Auth0

Deployment

Netlify