This is Steve Hanlon's PDX Code Guild Class capstone project to demonstrate programming skills learned in Full Stack Python course.
- Background
- More Details and Examples
- [Acknowledgements] (#related-efforts)
- [Maintainers] (#maintainers)
- [Contribute] (#contribute)
- [License] (#license)
"Shelfio" or Custom Collections allows for collections of things and/or ideas to be stored online. Each Collection consists of Collectibles and each Collectible is represented by an icon which when clicked shows that Collectible's details as an image, text fields as well as buttons to download the Collectible or links to other relevant web pages.
The idea comes from my current work at an online bookstore. The online store has been using an HTML table to display its collection of eBooks. I'm seeking to change the table-look to a more attractive "bookshelf display" which shows just the covers of the eBooks. The details of each eBook will be hidden from view but easily accessed by clicking the cover and shown in a modal window. This will clean up the look of any webpage, making it more attractive with just icons linked to hidden details. I'm investigating whether this idea can extend to all collections, not just books.
For more details and sample UI, please click on Steve's Proposal.