/WebGraphs

a simple client side graphing tool

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

WebGraphs

a simple client side graphing tool The idea is you define the functions with little javascript one liners so it can help
familiarize yourself with javascript, and also makes implementing a relatively fast interpreter for functions super easy

The app will run your functions plot them and report back errors in real time.

The error messages are straight from the js interpreter so you can familiarize yourself with them without needing to look through lots of code for a specific line number because it's all in that one line!

References

Progressive web apps, and pwasw.js - https://blog.heroku.com/how-to-make-progressive-web-app Gifjs - gif.js 0.2.0 - https://github.com/jnordberg/gif.js