Skip to content

a badly made javascript library to make small web-apps with javascript

Notifications You must be signed in to change notification settings

Electogenius/quickapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

quickapp

a simple badly made javascript library that helps in making small web-apps with vanilla javascript

Q();                            //initialize library

$h1("This creates a heading");
$$p();                          // $$elementname creates the element and goes inside it
    $span("This is some")
    $b("strong green", "style=color:green")
    $span("text.")
end                             // exits paragraph

thats about it

About

a badly made javascript library to make small web-apps with javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published