• TypeScript 95.1%
  • JavaScript 3.3%
  • HTML 1.4%
  • CSS 0.2%
Find a file
2026-03-26 13:18:30 +02:00
public feat: added custom routing 2024-10-30 23:43:01 +02:00
src feat: updated dependencies and refactored application structure 2026-03-26 13:18:30 +02:00
.env.example feat: implemented base code for project 2024-10-29 18:12:13 +02:00
.gitignore fix: fixed unnecessary fetching 2024-10-30 23:37:55 +02:00
.hintrc feat: implemented base code for project 2024-10-29 18:12:13 +02:00
demo.png feat: added demo image and updated readme 2024-10-30 22:50:29 +02:00
deno.lock feat: updated dependencies and refactored application structure 2026-03-26 13:18:30 +02:00
eslint.config.js feat: created initial project with deno 2024-10-29 17:30:58 +02:00
index.html feat: added icon 2024-10-30 17:07:12 +02:00
package.json feat: updated dependencies and refactored application structure 2026-03-26 13:18:30 +02:00
postcss.config.js feat: created initial project with deno 2024-10-29 17:30:58 +02:00
README.md feat: added demo image and updated readme 2024-10-30 22:50:29 +02:00
tailwind.config.js feat: created initial project with deno 2024-10-29 17:30:58 +02:00
tsconfig.app.json feat: created initial project with deno 2024-10-29 17:30:58 +02:00
tsconfig.json feat: created initial project with deno 2024-10-29 17:30:58 +02:00
tsconfig.node.json feat: created initial project with deno 2024-10-29 17:30:58 +02:00
vite.config.ts feat: created initial project with deno 2024-10-29 17:30:58 +02:00

Github Repo Visualizer

demo-png

The goal of this project is to visualize github repositories in a graph and the connection between them. Each node in the graph represents a repository and each edge represents a language used in the repository.

This should represent a users personal expertise, and their favored technologies.

Start project manually:

  1. Make sure to set the .env variables based on the example in .env.example
  2. Run deno install
  3. Run deno task dev