Skip to content
/ nbApp Public

nbApp is a light weight javascrip library that uses jquery modules/functions to interact with modern Websites and WebApps

License

Notifications You must be signed in to change notification settings

nockbits/nbApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nbApp

nbApp is a light weight javascript library that uses jquery modules/functions to interact with modern Websites and WebApps.

The JS gives a kick start to a new way of buiding Websites and WebApps in a collaborative mnaner with common tricks and uses. like: JS Objects, JS MVC, JS Views Concept

Combining the various modules/functions you actually create a beautiful, code & DOM friendly websites for desktop and mobiles users in a "Quickee" !!

...

Dive in and dirty your hands with some example code. Share your views/thoughts to make it Adaptable-Simpler-Flexible with the concept of "KISS".

1. Everything under one namespace

var nbApp = {};

2. Defining modules/controllers for the app

nbApp.config = {};//Configuation Modules
nbApp.main = {};//Main Run Module
nbApp.articles = {};//Articles Module
nbApp.lib = {};//Common Library
nbApp.ajaxXHR = {};//AJAX Module
...
...
...

About

nbApp is a light weight javascrip library that uses jquery modules/functions to interact with modern Websites and WebApps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published