https://github.com/fps/jslab
An android app that provides a browser-based JavaScript playground - useful as a calculater, too
https://github.com/fps/jslab
android browser f-droid fdroid javascript programming webview
Last synced: 3 days ago
JSON representation
An android app that provides a browser-based JavaScript playground - useful as a calculater, too
- Host: GitHub
- URL: https://github.com/fps/jslab
- Owner: fps
- License: gpl-3.0
- Created: 2022-08-17T09:24:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-19T12:03:59.000Z (about 1 month ago)
- Last Synced: 2025-12-22T04:39:50.513Z (about 1 month ago)
- Topics: android, browser, f-droid, fdroid, javascript, programming, webview
- Language: JavaScript
- Homepage:
- Size: 1.69 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSlab
A simple android app for evaluating JavaScript code in a browser context.
[
](https://f-droid.org/packages/eu.dfdx.jslab/)
# Description
The author was in need of a more capable calculator app than what's included with Android. After finding none that pleased him he made one himself. Javascript is turing complete, WebViews provide javascript and the eval() function. Thusly JSlab was created.
# Screenshot