Projects

Explore some of my personal coding projects!

GameVault - Functional Webapp based on a Mockup

PHP, HTML, CSS, MySQL

In my spare time, I've worked on converting a mockup I worked on a while back (Which I put in this portfolio) to PHP making it functional, and so far it looks really nice and works really well. Work in Progress.

View Project
Aurora screenshot

Aurora – Social media site made in PHP

PHP, HTML, CSS, MySQL

Junior year, I was tasked with making a web app using SQL databases, so I made a social media site I dubbed Aurora. Since then, I made many additions that weren’t necessary, such as a mobile UI and email verification system. You can post images, text, and video files, as well as make changes to your profile, view posts, and view others’ profiles.

View Project
Aurora screenshot

GameVault – Mockup UI design for store web app

Adobe XD, UX/UI

As a project for school, I used Adobe XD to create a mockup for a fake online game store I called GameVault. I used this project mostly as a test for designing UI in Adobe XD, and I think it turned out well. From my feedback, people told me it’s clean and understandable. It’s not the most colorful design, but it’s readable, clean, and professional.

View Project
GameVault screenshot

Misc – YouTube embedder script

HTML, JavaScript

During sophomore year, in JavaScript, I made a script for web browsers that takes a YouTube or Google Drive link (for example: https://www.youtube.com/watch?v=UyfnY62q0ME), grabs the ID (which would be UyfnY62q0ME), and then embeds it into an iFrame, allowing the user to watch a YouTube video or a video from their Google Drive from a website running my code.