https://continuitytest.pythonanywhere.com
a web version of my project continuity-test
like the original project it uses sympy for limits and stuff like that
I used flask for backend and the desmos api for graphing
1- clone the repo
git clone https://github.com/karim-xyz/continuity-test-web
cd continuity-test-web2- install dependencies
pip install -r requirements.txt # a venv is recommended3- run
python main.pyconsider opening an issue if you notice anything
