I wrote this becuse I could not find a web site or application that had all the Funko keychains that I owned.
There are two parts of this site: The public facing list with search and stats about my collection; And the management page hidden behind a simple .htaccess file.
For the showcase, I have removed the .htaccess, the database readonly, and the buttons on the edit page are disabled.
Programming
- HTML & CSS: Website basics.
- Bootstrap 4.1.3: Bootstrap is a Javascript & CSS framework. It's doing most of the heaving lifting. I need to upgrade this to 4.6 at sometime for any bugs or such.
- PHP: All functionality for this site is written in PHP.
- MySQL: I'm only using a single table, adding a column here and there.
- Plugin: I am using Lightbox for Bootstrap for displaying a larger image of the Funko when clicked upon. I should also upgrade this to a newer version incase of bugs or such.
Code at GitHub