This is a sample GUI create to browse datas from the Marvel Comics API
This application use those libraries :
##Installation
If you want to install you own copy :
git clone https://github.com/Varkal/marvel-test.git;
And download the dependencies with Bower
cd marvel-test;
bower install;
There is nothing todo on Homepage except by clicking on a link a the top of the page (redirect to a list page) , or on a comic book cover at the bottom (redirect on a detailed comic page)
Except if there is an easter egg based on the Konami code. But it's very unlikely :)
A list page list all creator or comics, and offer you the possibility to filter them by a simple criteria (Title or Name) A click on one element in the list open the detailed view
You can use the pager at the bottom of the page to see the next 20 guys/comics
Informations are splited in accordion sections used to lazy-load only the information needed, and inside those sections, list are paginated