careecodes / calculator

Resurrection of the calculator app that was pulled from gaia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Resurrection of the calculator app that was pulled from gaia.

Useful links

Dev notes

If you plan to create, update, or destroy any files, please make sure to update the zip.

cd app
zip application.zip newfile.whatever # add a new file into the zip
zip -f applicaton.zip # Rezip modified contents aka freshen
zip -d application.zip garbage.whatever # remove a file from the zip

Note: updating the zip is unnecessary if you're developing with the Firefox OS Simulator (Recommended). With the simulator, you can install as a packaged app by clicking Add Directory, then browsing to the manifest.webapp.

Test Suite

Test Suite

About

Resurrection of the calculator app that was pulled from gaia

License:Other


Languages

Language:JavaScript 84.3%Language:CSS 8.9%Language:HTML 6.7%