An open API service indexing awesome lists of open source software.

https://github.com/enjeck/theorem-graphs

Visualizing mathematical theorem relationships using graphs
https://github.com/enjeck/theorem-graphs

graph graph-visualization theorem theorems visualization

Last synced: 2 months ago
JSON representation

Visualizing mathematical theorem relationships using graphs

Awesome Lists containing this project

README

          

# theorem-graphs

A web app for visualizing theorem relationships using graphs.
The idea is that by visualizing the relationships between theorems, we can better understand the structure of mathematics.

![screenshot](theorem-graphs1.png)

Try it out: https://enjeck.com/theorem-graphs/

## How to run

1. Clone the repository
2. Install dependencies: `npm install`
3. Run the development server: `npm run start`
4. Open http://localhost:1234 in your browser