PROJECTS

Things I have built,
shipped, and maintained.

Personal projects, client work, and certification projects — each one built with real purpose towards growth and deployed to a real audience.

17 projects

Personal

Ledgerly

Standalone personal budget manager built in vanilla HTML, CSS, and JavaScript. No frameworks, no dependencies. Features multi-budget management, bill and income scheduling with a monthly scheduler, smart alerts system, projected transaction calendar, and full localStorage persistence.

JavaScriptHTMLCSSlocalStorage
Client

303 Customs

Full e-commerce site for a Colorado-based vehicle and building upgrade company. Includes a service shop with secure checkout, consultation booking system, service gallery, and Google Analytics integration for performance tracking.

Web DesignE-CommerceBookingAnalyticsSEO
Client

Chum Sound

Music artist website for a Colorado-based producer and DJ. Features embedded Spotify and SoundCloud releases, event highlights, booking integration, social platform links, and streaming connection tools.

Web DesignMedia EmbedsBookingSEO
Client

Marc Mixon Beats

Music producer portfolio and beat store. Showcases production catalog, allows visitors to stream and license beats, and connects to major distribution platforms.

Web DesignE-CommerceMusicSEO
Professional

UGG.com Help Center

Maintain the customer care Help Center on UGG.com for US and Canadian customers. Reorganized 456+ articles into structured sections, updated all policy content, and improved formatting across every article for faster customer resolution.

Content ManagementUX WritingInformation Architecture
Professional

HOKA.com Help Center

Redesigned and maintain the customer care Help Center on HOKA.com for US and Canadian customers. Applied consistent structured article approach with brand-specific policy updates and formatting standards.

Content ManagementUX WritingInformation Architecture
Professional

TEVA.com Help Center

Redesigned and maintain the customer care Help Center on TEVA.com for US and Canadian customers. Applied consistent structured article approach with brand-specific policy updates and formatting standards.

Content ManagementUX WritingInformation Architecture
Professional

Social Media & Communications Recap

Designed and launched a 14-page monthly reporting framework consolidating data across Social Media and Product Reviews for Deckers Brands. Established a recurring leadership deliverable providing consistent visibility into team performance and customer engagement trends across 1.3M+ monthly brand engagements.

Data ReportingDashboard DesignMulti-source DataLeadership Comms
Professional

Daily Project Tracker

Designed and implemented an automated daily tracking solution using Microsoft Forms, Power Automate, and dashboard reporting. Replaced a manual process with a scalable system that improved team visibility into daily work output without adding any manual overhead for contributors.

Power AutomateMicrosoft FormsDashboardProcess Automation
Professional

Email Campaign Performance Report

Built a consolidated reporting solution capturing multi-year email campaign performance data from within Cordial platform. Unified historical and current campaign insights into a single accessible reference, enabling leadership to analyze long-term engagement trends across delivery, opens, clicks, and conversions.

CordialEmail AnalyticsCampaign ReportingData Consolidation
Professional

Product Review Reporting Optimization

Redesigned and expanded product review reporting across Deckers Brands to improve visibility into review volume, response performance, and SLA trends. Tracked and analyzed nearly 47,000 incoming reviews over a fiscal year, providing a consistent performance reference for leadership decision-making.

PowerReviewsSLA TrackingData AnalysisReporting
Professional

Tableau Refund & Tasks Dashboard

Collaborated with the Deckers Brands local Analytics team on design and formatting enhancements to the Refund and Tasks Dashboard in Tableau. Improved visual hierarchy, usability, and readability — receiving direct positive feedback from Analytics leadership on the delivered improvements.

TableauDashboard DesignData VisualizationAnalytics
Certification

Creature Search RPG

Final project for the JavaScript Algorithms and Data Structures certification. Users search for RPG creatures by name or ID — the app fetches from a live API, destructures the response, and renders a full stat sheet including HP, Attack, Defense, and Special stats.

JavaScriptHTMLCSSFetch APIfreeCodeCamp
Certification

Virtual Cash Register

Simulates a cash register that calculates exact change using a greedy algorithm. Handles purchase price, customer cash input, drawer state management, and status outputs — OPEN, CLOSED, or INSUFFICIENT_FUNDS.

JavaScriptHTMLCSSAlgorithmsfreeCodeCamp
Certification

Roman Numeral Converter

Converts any valid integer input into its Roman numeral equivalent using iterative logic and a value-symbol mapping. Handles subtractive notation rules and validates all edge cases.

JavaScriptHTMLCSSfreeCodeCamp
Certification

Phone Number Validator

Validates US phone numbers across multiple common formats using regular expressions. Returns clear valid or invalid feedback and handles all edge cases including malformed inputs.

JavaScriptHTMLCSSRegexfreeCodeCamp
Certification

Palindrome Checker

Determines whether a string is a palindrome by stripping non-alphanumeric characters, normalizing case, reversing, and comparing. Handles complex inputs like "A man, a plan, a canal. Panama" correctly.

JavaScriptHTMLCSSString ManipulationfreeCodeCamp