Welcome to Quick.JS!
Quick.JS is a simple, easy to use JS framework currently in development. It aims to simplify building one page apps, enabling content to easily be separated out and displayed on a conditional basis.
For now, let's get you started with this simple guide.
Go to Quick.JS' Github and download or clone the repo. We're going to be using the files from the builds/ folder, so copy them into your working directory and link to them. Be sure to link the quick.css file in your header, and the quick.js file at the bottom of your page.
Once you've done that, the very last thing on your page should be this....
qk.go({home: <"qk-page id here">});
From here, check the demo html file attached for reference. Don't worry, more documentation is not far away.