BlakBlok(React)

Languages used: JSX

The initial version of BlakBlok hosted only one game on one page and was created using HTML, CSS, and Javascript. The latest version of BlakBlok is completely programmed in JSX and hosts several game versions along with an "about" page, and improved UI/UX. BlakBlok utilizes routing, useState([]), and component props.

View Website

Promis Diagnostics EZ Cloud System

Languages used: Microsoft Power Fx

EZrecord, EZaccess, EZsend are three cloud-based solutions created through Microsoft Powerautomate, Powerapps, and sharepoint. The EZ Cloud System increased testing capacity by reducing time for patient data entry, sample accessioning, and result delivery.

Read More

ABG/ABB Calculator

Languages used: HTML, Javascript, CSS

ABG Calculator is a satirical questionaire that pokes fun at a socialite group in the asian community. The total inputs on a checkbox class is totaled with "for" loops and "if" statements are then used to generate a message dependent on the number of selected inputs. The total input and generated comment is set to .sessionStorage and retrieved on a separate page. The questionaire was then posted to several social media outlets and has now garnered more than 75,000 web visits.

View Website

BlakBlok

Languages used: HTML, Javascript, CSS

Blak Blok is a simple game site with various game versions that revolve around black squares. The core of Blak Blok utilizes addEventListener(), "if" statements, "for" loops, and setInterval().

The biggest challenge with Blak Blok is the time drift and loss of accuracy of the stopwatch on phones. I am currently finding a way to replace setInterval().

View Website