This is a React webapp that visualizes linear transformations. Inspired by 3Blue1Brown. See it live here: https://shadanan.github.io/MatVis/
Install dependencies with npm:
npm install
Run webpack:
webpack
Serve the files from the dist folder with your favourite web server.