Skip to content

Commit 7bb57aa

Browse files
committed
update
1 parent b4e009a commit 7bb57aa

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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)

src/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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"));
99
root.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 />

0 commit comments

Comments
 (0)