chromebee

A Distraction From Work

Not always functional programming

ChromeBee is a fun little chrome extension that me and my buddy Majed made for some stress relief from spending hours on reading documentation and research. The flower emits pollen which the bee follows and collects. Click Around!


The bare bones

It is created in JavaScript following OOP architecture with the P5 Library using pure DOM Manipulation.


Always some sort of problems

Some technical challenges that I faced at the time:


I have ported the extension on to this page redone using react. At this moment in time, the P5 library has some compatability issues with the current verions of Next.js so I had to roll back to Next v14.0.4.

Back to Projects