team-nullptr / graphite

The tool for visualising numerous graph algorithms.

Home Page:https://graphite-vis.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphite 🪨

Graphite is a web app that allows to visualize and play with various graph algorithms. It's goal is to make wrapping your head around different graph-related topics easier.


Looking for Graphene docs?

Project Structure

Some notes that might make browsing the code easier.

  • pages keeps pages
  • features keeps complex components that consist of other smaller compoents, state or hooks.
  • components keeps page or feature specific components.
  • layout keeps layouts
  • shared keeps components that are meant to be shared across the whole app

About

The tool for visualising numerous graph algorithms.

https://graphite-vis.vercel.app


Languages

Language:TypeScript 97.2%Language:CSS 1.7%Language:JavaScript 0.7%Language:HTML 0.3%Language:Shell 0.1%