Skip to content

ccatterina/MathCanvas

Repository files navigation

MathCanvas

This project aims to facilitate the understanding of the concepts of first derivative and integral function through the use of animations.

More detailed information about the project can be found in the thesis (italian). (The code presented in the thesis refers to the first version of the application.)

The webapp is available at https://ccatterina.github.io/MathCanvas

Development environment

Requirements

Install dependencies

bundle install
yarn install

Run development environment

# Run concurrently webpack dev server and jekyll serve
yarn dev