Projects

Image

Static Fonts

static-fonts.com

I got annoyed with having to download fonts from Google, and then manually linking together the styles and making sure they show are rendering.  So I made a little WebApp that does most of the heavy lifting for you.

How to doughnut

doughnut.jonknoll.dev

I did a little presentation on this animated doughnut chart that I built for a project.
Image
Image

Change Blindness

change-blindness.jonknoll.dev

After watching Dan Dennet’s TED talk “The illusion of consciousness” I was compelled to make a web app out of an experiment that he showed.
Image

15 Puzzle

15-puzzle.jonknoll.dev

I made a little web app for that 15-puzzle game. I was playing it on my phone a while ago, and then got annoyed with how many add's there where.
Image

Tic-Tac-Toe

tic-tac-toe.jonknoll.dev

While I was learning React I went through the Tic-Tac-Toe tutorial. I was also trying to learn the Next.js framework. So, as I was going through the tutorial I was also fragmenting it out into the Next.js framework.