Skip to content

Simple and fully customizable user interface template. Design for mobile app development with JavaScript on Capacitor or Cordova. (Platforms: iOS, Android, Web)

Notifications You must be signed in to change notification settings

xibsx/javascript-mobile-app-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{
   // Your project name, this will be used as the name of the entire Gradle project, only English is allowed
   "__PROJECT_NAME__": "android-app-demo",
   // Your app name
   "__APP_NAME__": "Android App Demo",
   // Your app package name
   "__PACKAGE_NAME__": "com.highcapable.androidappdemo"
}

html
{
   // Your project name, this will be used as the name of the entire Gradle project, only English is allowed
   "__PROJECT_NAME__": "android-app-demo",
   // Your app name
   "__APP_NAME__": "Android App Demo",
   // Your app package name
   "__PACKAGE_NAME__": "com.highcapable.androidappdemo"
}

xml
{
   // Your project name, this will be used as the name of the entire Gradle project, only English is allowed
   "__PROJECT_NAME__": "android-app-demo",
   // Your app name
   "__APP_NAME__": "Android App Demo",
   // Your app package name
   "__PACKAGE_NAME__": "com.highcapable.androidappdemo"
}

JavaScript Mobile App Template and UI Components

Simple and fully customizable user interface template. Design for mobile app development on Capacitor or Cordova. Platforms: Web, iOS, Android

  • It reduces production costs and enables the project to be developed quickly.
  • Developed project; It can run on Android, iOS, and the web.
  • Most of the JavaScript libraries can be used in the project.
  • Native functions can be used with Cordova plugins.
    (File System, Database, Bluetooth, Camera, File Transfer, BarcodeScanner, Google Maps, etc.)
  • The syntax of the programming language is simple. This makes learning easier.
  • HTML and CSS codes are written automatically by the basic.js library.
  • It is designed with an object-based logic close to software development experience.
  • It has the same positioning logic as the interface design tools. This too; makes it easy to translate your design into an application.

INSTALLATION:

Run following command to install this template in your current folder.

npm i javascript-mobile-app-template

LIVE PREVIEW:

https://bug7a.github.io/javascript-mobile-app-template/

SCREENSHOTS:

alt tag

alt tag

alt tag



CONTACT:

Started Date: 22 February 2022
Developer: Bugra Ozden
Email: bugra.ozden@gmail.com
Web Site: https://bug7a.github.io/

LICENSE:

Copyright 2020-2024 Bugra Ozden bugra.ozden@gmail.com
Licensed under the Apache License, Version 2.0

Have Fun.

About

Simple and fully customizable user interface template. Design for mobile app development with JavaScript on Capacitor or Cordova. (Platforms: iOS, Android, Web)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 19.3%
  • CSS 1.2%