FCC Data visualization Projects


It’s been a while since I worked on these, but I never shared them.

FCC Leaderboard

Codepen link

This was my first React project using an API. It’s indefinitely broken since the API isn’t maintained any more.

Rogue like dungeon crawler

Codepen link

This was kind of fun to make. It’s like a snake game in reverse. It would need some work on balance and resizing to be finished.

Conway’s game of life

Codepen link

This was my favorite FCC project so far. The speed, board size and square size are live-resizable. The board is clickable when paused. Settings are stored locally. There’s still a bug where the board clears itself at the smallest square setting. The controls need a little work (right now they’re inverse).