Submitted 11 months agoA solution to the Contact form challenge
Contact form using Vue and Vuetify
vue, vuetify
@KarenNR

Solution retrospective
What are you most proud of, and what would you do differently next time?
What am I most proud of?
I finally got to use a framework! This helped a lot with the form validations, and it even made the styling faster thanks to the Vuetify components.
What would I do differently next time?
I would probably try not using Vuetify, just to make the styles more similar and to keep practicing CSS.
What challenges did you encounter, and how did you overcome them?- Making the styles 100% the same as the design: Vuetify components limited what I could do to style inputs in different states. Although the styles are very similar, it's not a 100% accurate.
- Using the 'Karla' font: I didn't exactly know where to put the font files in the Vue project, and I kept having trouble getting the font recognized. In the end, I put it under the "src" folder instead of the "public" folder (in which I put all the images and icons).
If someone knows Vue: is the location of the font files correct?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Karen Garza'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