Submitted about 2 years agoA solution to the Interactive card details form challenge
Interactive Card Details Form with React, Formik and SCSS
accessibility, bem, sass/scss, react
@semperprimum

Solution retrospective
I would greatly appreciate any feedback you may have!
- I utilized Formik for form validation. This particular aspect is something I'm uncertain about since it was my first time working with it. Initially, I attempted to create my own form validation by implementing hooks, and I achieved some success. However, I eventually decided to switch to Formik as it became increasingly frustrating.
- I'm quite unsure about the positioning of both cards. I employed
position: absolute
for them, but I wonder if usingtransform
properties might have been a better choice. Additionally, I used absolute positioning for everything inside the card. Did I perhaps overuse it?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Bogdan Kim's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord