Skip to content

Commit

Permalink
#75 Added visualization of a profile's repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
artzub committed Feb 3, 2022
1 parent 05080b3 commit 0d59aca
Show file tree
Hide file tree
Showing 11 changed files with 954 additions and 81 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
"case-sensitive-paths-webpack-plugin": "2.3.0",
"classnames": "^2.2.6",
"css-loader": "3.4.2",
"d3-array": "^2.9.1",
"d3-color": "^2.0.0",
"d3-dispatch": "^2.0.0",
"d3-force": "^2.1.1",
"d3-quadtree": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^2.0.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "6.6.0",
Expand Down
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
content="The service for visualizing github users activity and repositories history."
/>
<title>GitHub Visualizer</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<style>
#root {
position: absolute;
Expand Down
Loading

0 comments on commit 0d59aca

Please sign in to comment.