Skip to content

HTML CSS & React - GitHub user fetch dashboard with login Auth0 and dark mode toggle

Notifications You must be signed in to change notification settings

AlmogWer/github-user-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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