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
- Ruby (https://www.ruby-lang.org/en/downloads/)
- Bundler (https://bundler.io/)
- Node (https://nodejs.org/en)
- Yarn (https://yarnpkg.com/)
bundle install
yarn install
# Run concurrently webpack dev server and jekyll serve
yarn dev