Design comparison
Solution retrospective
I was of the CSS portion alongside the JavaScript functionality. Working with DOM manipulation has reminded me the fundamentals of vanilla JavaScript. If I were to redo this which I might do some refactoring later on, I would structure my code in a non hacky way.
What challenges did you encounter, and how did you overcome them?One challenge I came across was the fundamentals of JavaScript. Form validation was something I hadn't done in a long time. I overcame it by researching form validations and instead of copying and pasting, I broke the problems down into small components on what I wanted to achieve, in this case was the input validations.
What specific areas of your project would you like help with?I realized at the end that the responsiveness was not what I had intended. The width of the container alongside the contents within are breaking at a smaller viewport. Another problem I encountered was the hacky way of manipulating the DOM with JS and CSS for the form validations.
Community feedback
- @MaflacsPosted 4 months ago
Nice work, but in mobile view, the p and h1 elements of the confirmation window are not readable due to the background color of the container. Keep up the good work! :)
Marked as helpful1@JamesYcodePosted 4 months ago@Maflacs
Thank you for pointing that out! I have fixed it!
1
Please log in to post a comment
Log in with GitHubJoin 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