Skip to content
/ fq Public

FlanxQuikkerJS (a.k.a FQJS) is a free, open-source, nano-sized, DOM manipulation, stylsheet and selector, event-driven, imperative type & general purpose JavaScript library. Which you can able to write HTML & CSS stuffs in one single JavaScript file.

License

Notifications You must be signed in to change notification settings

Yerenzter/fq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to FlanxQuikker JS

0.0.2 (PRE_RELEASE)



❔ Did you know?


You can write HTML & CSS in JavaScript without using to code in HTML & CSS.

Yes it is possible to do all your stuffs in one place, FlanxQuikker uses with DOM to create HTML elements, FlanxQuikker implements textContent to display texts rather than innerHTML and we use style property for styling HTML elements.

FlanxQuikker offer also for event-driven system to manage events.

😎 A fresh aknowledgement with our library


We ensure our library is to encourage web developers to focus what they code about as we knows that coding in multiple files make getting you stressed up to manage transfer from one place to another to style elements, structure the page or to give function with the site.

Our library is just not an ordinary library to put elements, styling or creating events but also it integrates with other CSS framework like Bootstrap, Tailwind, Material, or even AngularJS that speeds up your development and make more flexible and productive.

So me I researched with myself that Why not to combine them altogether on one place?

💡 Getting know in depth about our library


FlanxQuikkerJS (a.k.a FQJS) is a free, open-source, nano-sized, DOM manipulation, stylsheet and selector, event-driven, imperative type & general purpose JavaScript library. Which you can able to write HTML & CSS stuffs in one single JavaScript file.

FlanxQuikkerJS was developed around 2020-2021 by Yerenzter of Qubonic Arts & Software with it's first prototype version is 0.0.1 which is the functional type of syntax.

FlanxQuikkerJS syntax is just only used object property model, we only used 4 functions which is out(fq) that is the function serves as to create HTML DOM, Attribute & CSS rule styling it has two parameters which is html is to create HTML elements & attributes and css for styling elements.

🔭 Overview


So take a fresh start that gives you a knowledge about how to use our library


let myText = {
    html: {
        elem: "h1",
        text: "Quikker is awesome!",
        id: "text"
    },
    css: {
        id: "text",
        color: "#FE2424"
    }
};

render([myText], root);

This is a syntax of FlanxQuikker that how to write a Hello World to the webpage

About

FlanxQuikkerJS (a.k.a FQJS) is a free, open-source, nano-sized, DOM manipulation, stylsheet and selector, event-driven, imperative type & general purpose JavaScript library. Which you can able to write HTML & CSS stuffs in one single JavaScript file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published