Skip to content

ccatterina/MathCanvas

Folders and files

NameName
Last commit message
Last commit date
May 20, 2023
Oct 15, 2023
May 20, 2023
May 3, 2023
May 3, 2023
May 20, 2023
May 13, 2023
May 13, 2023
May 3, 2023
May 13, 2023
May 13, 2023
May 13, 2023
Oct 15, 2023
May 3, 2023
May 20, 2023
Oct 15, 2023
May 3, 2023
May 3, 2023
Oct 14, 2023

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