Software Alternatives & Reviews

How to turn my code into an app.

GitHub Pages Apache Cordova
  1. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    If you mean a web app (a web page that anyone can access with an internet connection, but only with an internet connection), just get yourself some web-hosting and upload your files to it. This can be anything from buying a full domain and a web-hosting package all the way down to using the free tier of a systems like Github Pages or Heroku, depending on what you need (database/data storage, uptime guarantees, expected traffic levels, etc).

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  2. Platform for building native mobile applications using HTML, CSS and JavaScript
    Pricing:
    • Open Source
    If you want it to be installable as a "native" mobile app, look at Apache Cordova, which - like Electron, but for mobile - takes your web app, wraps it in a native Android or iOS wrapper, exposes a bunch of additional APIs to Javascript to allow you to interact with phone hardware features, and allows you to compile your app as a "native" Android or iOS app that can be sideloaded or distributed through the platform's app-store.

    #Development Tools #JavaScript Framework #Javascript UI Libraries 43 social mentions

Discuss: How to turn my code into an app.

Log in or Post with