A javascript application for creating feynman diagrams. Live at feynman.aivazis.com.
This repo started as a migration of my original feynman diagram application to a leaner flask server. It then evolved from a badly written angular 1.2 application to a less-badly written react/redux app. During that time, the backend (responsible for rendering latex) was also rewritten from python to golang.
The tests are written using jest:
npm i && npm run test