This appears to be a real learning app, but it needs Review because its calculator can run submitted text as server code and its data APIs can expose or delete saved history.
Install only after reviewing or fixing the server code. Replace eval with a safe math parser, keep the server bound to localhost, remove or restrict broad CORS, and do not enter sensitive text unless you are comfortable sending it to third-party APIs and storing it in local history. Treat the export/import/clear data routes as local admin functions and protect or remove them before exposing the app on a network.