Projects
Box Shadow Generator
I built a Box Shadow Generator that lets users interactively create and preview custom box-shadow styles. The tool offers intuitive controls for adjusting key properties such as horizontal and vertical offsets, blur, spread, and color, while supporting both inner and outer shadows. I also implemented features to save, edit, and reorder shadows, with the final CSS code automatically generated for seamless integration into web projects.
CSS Demo Critique
I created a brief critique of two CSS demos, a gradient generator and a glassmorphism generator, focusing on their usability in terms of learnability, efficiency, and safety. Using screenshots and detailed observations, I highlighted the strengths of each tool, as well as potential improvements that could enhance user education and workflow. The final HTML page provides an in-depth look at how these demos can be applied and refined for better design practices.
Expenses App - Interactive Implementation
I built an expense tracker app that lets users log in and manage shared expenses with dynamic real-time calculations. Using Vue along with Graffiti Garden's libraries, I created an interactive interface where users can add new expenses—whether as standard entries or split payments—with built-in currency conversion and form validations. The app also provides filtering options and displays a balance alert to clearly indicate who owes whom, making it easy to keep track of shared costs.
Fixing the Web with CSS
I applied targeted CSS tweaks to three different websites to address common usability issues: improving an FAQ section's readability, removing intrusive ads, and enhancing text contrast on a cupcake menu. By adjusting typography, background colors, and hiding unwanted elements, I demonstrated how simple CSS changes can dramatically increase clarity and reduce user frustration. My write-up includes before-and-after visuals to show how each improvement makes the content more accessible and user-friendly.
Expenses App - Spreadsheet
I developed an interactive expense tracking app intended to mimic the functionality of a spreadsheet. Using Vue and Graffiti Garden's libraries, I built a dynamic HTML table that allows users to input, update, and delete expense records while automatically recalculating the overall balance with clear, user-friendly messaging. In addition, I provided a detailed writeup comparing the usability differences between a traditional spreadsheet and this app, emphasizing how dynamic calculations and flexible layouts can enhance the user experience.
Evaluating Graphic Design Critique
I created an HTML page showcasing two key graphic design principles, alignment and proximity, using real-world examples. In each case, I highlighted one website that applies the principle effectively and another that falls short, providing screenshots or videos to illustrate my points. I also proposed practical solutions for the poorly executed designs, demonstrating how small adjustments can enhance clarity and user experience.
Design of Everyday Things Critique
In this project, I conducted an in-depth usability analysis of everyday design flaws, focusing on a bedside drawer, a door, and an entryway lighting system. Each section of the deliverable highlights how inadequate affordances and misleading signifiers compromise user experience and safety, supported by detailed images and videos. I also proposed practical design improvements to enhance intuitiveness and efficiency in these everyday objects.
CSS-less Personal Website
I developed my personal website as a first draft to showcase my background, education, and work experience. This CSS-less version focuses on a clear structure with a homepage, a detailed CV page, and a contact form for easy communication. By integrating interactive multimedia elements and clear navigation, I aimed to highlight my personal journey and professional milestones, and I look forward to refining the design with CSS enhancements in future iterations.
Grade Calculator
I developed a grade calculator using MaVue to help students project their overall course performance by entering both participation and homework scores. The app computes the final grade based on a predefined weighting system, ensuring that each component—participation through studio attendance, feedback, and general participation, as well as homework assignments—is accurately reflected in the overall average. This prototype is built with HTML and JavaScript and focuses solely on core functionality without any CSS styling.