This is the final project for my capstone web programming class at Pitt (INFSCI 1059). It's an online store that sells prints that you can put in your dorm, apartment or house. It has a main store page, item pages, favoriting, cart functionality, order history, and an admin panel, so it's basically a fully functional online store. The only thing missing is payment processing, and that it doesn't actually ship any products. I had a lot of fun making this store and adding all of these different features to make it something that could actually be used. It's mostly written in PHP because that's what the class required us to use, with some Vue.js and vanilla JavaScript to make it more interactive. If you want to read more about it, check out the README for the GitHub project using the button below.
I also created a simple companion app using Flutter to learn more about mobile app development and because Flutter seemed interesting.