Algorithm-Arena / weekly-challenge-3-bouncy-form

4 stars 0 forks source link

Submission - Form friend #3

Open zachrip opened 5 months ago

zachrip commented 5 months ago

I implemented a ball that uses path finding on various elements to follow you around while you fill out the form. It also has an idle animation when you don't do anything for a bit.

Image

You can try it out yourself by cloning my repo/installing deps/running dev command. Once you focus one of the elements it will begin. There are some bugs, the main one being if you resize the page the ball will lose its positioning. This should be easy to fix but I've spent too much time on this so far 😆

git clone git@github.com:zachrip/form-friend.git
cd form-friend
pnpm i
pnpm dev
zachrip commented 5 months ago

Codesandbox link: https://t8zsmm-5173.csb.app/