Project overview

EasyBake is a small library of ready-to-go components that I've built for use in my side projects. I created as part of a university module because I wanted to further explore concepts such as:

  • DOM manipulation.
  • JavaScript animation methods & libraries.
  • Animation performance & optimization techniques.
  • Use cases for animations in user interfaces.

Current state

Currently, the library is comprised of two components, an image carousel and a hero section slider but more are on the way! It's built with plain HTML5/CSS/JS and uses GSAP for the more complex animations.

Check out the codepen below or see the documentation website.