Daily Code #2

Today on daily posts I will teach you how to make a Health app in JS ⛶// Tiny Health Tracker const health = { water: 0, steps: 0, drink: () => health.water++ || console.log(`Drank water! To...
0 Read More

The Math Dance

The Math Dance
This is my humorous take on various math & trig functions rendered as a little man with wavy arms. All images are dynamically rendered at run-time using javascript and html canvas.** No framework...
0 Read More