card with functionality and tailwind

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Kellenkjames
✅ Great work getting the form logic functional and exploring tools like
JustValidate
andTailwind
. Your DOM transitions are smooth, and the structure of your markup is solid—awesome job connecting everything end-to-end.⚠️ The JS could be simplified: For a single-field form,
JustValidate
andObject.fromEntries()
are more complex than needed. Also, avoid adding event listeners inside callbacks—move them outside to prevent multiple bindings.🧠
Tailwind
via CDN is limiting your responsive layout. On mobile/tablet, the layout breaks due to missing sm: or md: classes. Try using the fullTailwind
build setup, and consider writing a bit of custom CSS for fallback flexibility and better layout control.
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