File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed
Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1+ ## Demo
2+
3+ https://github-visualizations.vercel.app/login
4+
5+ ## Screenshots
6+
7+ ![ App Screenshot] ( https://raw.githubusercontent.com/gauravraj0510/Github-API-and-Visualizations/main/example/1.png )
8+ ![ App Screenshot] ( https://raw.githubusercontent.com/gauravraj0510/Github-API-and-Visualizations/main/example/2.png )
9+ ![ App Screenshot] ( https://raw.githubusercontent.com/gauravraj0510/Github-API-and-Visualizations/main/example/3.png )
Original file line number Diff line number Diff line change 1- import React from ' react' ;
2- import ReactDOM from ' react-dom/client' ;
3- import ' ./index.css' ;
4- import App from ' ./App' ;
5- import * as serviceWorker from ' ./serviceWorker' ;
6- import { GithubProvider } from ' ./context/context' ;
7- import { Auth0Provider } from ' @auth0/auth0-react' ;
8- const root = ReactDOM . createRoot ( document . getElementById ( ' root' ) ) ;
1+ import React from " react" ;
2+ import ReactDOM from " react-dom/client" ;
3+ import " ./index.css" ;
4+ import App from " ./App" ;
5+ import * as serviceWorker from " ./serviceWorker" ;
6+ import { GithubProvider } from " ./context/context" ;
7+ import { Auth0Provider } from " @auth0/auth0-react" ;
8+ const root = ReactDOM . createRoot ( document . getElementById ( " root" ) ) ;
99root . render (
1010 < React . StrictMode >
1111 < Auth0Provider
12- domain = 'dev-pu8wyk-g .us.auth0.com'
13- clientId = 'GYsVn60CkUU6fa4yiwpRrT1KVL5KuzPh'
12+ domain = "gauravraj0510 .us.auth0.com"
13+ clientId = "RxOsRTmD0z7oCYQ0mHcH46sUBi7JG6dm"
1414 redirectUri = { window . location . origin }
15- cacheLocation = ' localstorage'
15+ cacheLocation = " localstorage"
1616 >
1717 < GithubProvider >
1818 < App />
You can’t perform that action at this time.
0 commit comments