DEV Community

ndesanno
ndesanno

Posted on • Updated on

CTA Button Progress

Currently, my partner Adam and I have have been working on creating a CTA button that when clicked, will take you to a link. Along the development cycle there has been some good and some bad.

Good

The button at its core is functional, is the shape we want it, has an imported icon from a library, and has a hover state for it. The code for these functionalities is cleaned up and is properly developed.

Bad

We have been struggling a bit to correctly add some other required functionalities to the button, but are working on getting them completed. One in particular that we are working harder on is progressive enhancements.

Git repo

https://github.com/runtimeErrorsMadeEasy/ctaButton_2.git

Top comments (0)