DEV Community

Cover image for Design Considerations
Taylor-Bracone
Taylor-Bracone

Posted on • Updated on

Design Considerations

Alt Text

Introduction
Currently with a group of my peers, I am working on making a web component with the use of a button and a card.

Breakdown & Details
We discussed and were debating how we are going to separate different elements. The card has a lot of main components some of which are the icon(s), the banner on top, and the description on the bottom of the card or body content provides, and the scaleability that it all entails. The body of the card should also contain lists, links, and buttons to encompass the wanted outcome. These are the multiple elements that go into the makeup of the card that we are looking to produce with the inclusion of our button.

Experiences & Potential Difficulties
We as a team decided that we wanted the card to be able to be styled in many different ways. I believe that this will be an easier task since prior knowledge and experience have gone into it from the beginning of the class that I'm taking. While, the more complex task will arise when creating and changing the states.

Repo Link:
https://github.com/TheKodingKrab/project-two

Top comments (0)