Jump to Content

Andrew M McCall

UI

Javascript Count Up to Number

This article explores the classic UI component that is the simple count up timer written in Javascript. Often used to help display statistics in a dynamic way.

Create an Accessible Vanilla Javascript Accordion

The accordion is a user interface component that helps structure and display website information through an expansion/contraction mechanism. This article explores building a vanilla javascript accordion with accessibility in mind.