Skip to content

AlessandroTambellini/3d-matrix-visualizer

Repository files navigation

3D Matrix Visualizer

Use my 3D Matrix Visualizer as a support while studying Linear Algebra

Run App

You can play with the app at: https://alessandrotambellini.github.io/3d-matrix-visualizer/. Alternatively, you can run the app locally, open the terminal and follow the steps below:

  1. Clone the repo locally on your machine
  2. Run npm i
  3. Run npm run dev to open the app on the browser

Credits