Php Projects

Fakestop is an interface exercise I did that re-creates the game sales of GameStop. It uses a custom Bootstrap theme that matches all of GameStop's colors and some design choices. It also uses some custom jQuery for the main carousel and some of the checkout processing.

As it's only an interface exercise, not all the nav elements are functional-- only 'All Games', 'XBox One', 'PS4', 'PC', and the cart controls. Refining your selection is also non-functional.

The back-end is PHP and MySQL. The cart process is handled in another table for simplicity, though in a real-world scenario it would be handled in a user session.

Return to top