Judahh APP project


Keywords
judahh, app
License
BSD-3-Clause
Install
npm install backappjh@0.3.82

Documentation

backApp [Build Status]

System:

Image of SYSTEM

backApp:

Image of BACKAPP

Installation

Software

Visual Studio Code

[https://code.visualstudio.com/]

Git

Windows

[http://git-scm.com/download/win]

Linux

Fedora:

$ sudo dnf install git git-all

Debian/Ubuntu:

$ sudo apt-get install git git-all

Project

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
nvm install node
npm install -g typescript
npm install -g concurrently
npm install backappjh

Structure

Code

Frame

Header

{
    "element": {//Javascript HTMLElement
        "style": {//CSS
            "background-color": "rgba(255, 255, 255, 0.1)"//example
        }
    },
    "arrayMenuHorizontal": [
        {// menuHorizontal
            "arrayLeftHolder": [
                {//leftHolder
                    "arrayDivisor": [
                        {//divisor
                            "arrayItem": [
                                {//item
                                    "colorEffect": {
                                        "colorEffect": "test",
                                        "font": {
                                            "animationEffect": {
                                                "element": {},
                                                "animationSubEffect": {
                                                    "arrayAnimationSubEffectHolder": [
                                                        {//animationSubEffectHolder
                                                            "information": {
                                                                "information": "",
                                                                "runOnBuild": true,
                                                                "appObject": {},
                                                                "code": "WifiConnections",
                                                                "opacity": 1
                                                            }
                                                        }
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                }
            ],
            "arrayCenterHolder": [
                {//centerHolder (same structure as leftHolder)
                }
            ],
            "arrayRightHolder": [
                {//rightHolder (same structure as leftHolder)
                }
            ]
        }
    ]
}

Footer

PageBody

    

Icon

Images

Videos