
Design comparison
Solution retrospective
Using the forEach() method in this project. I'm getting more familiar with it now. Glad to find out the parseFloat() method which is very useful in this project.
What challenges did you encounter, and how did you overcome them?Achieving all the CSS styles in active states. There are minor changes that are easy to overlook like the input text color change and button's background color and font color change on hover and on focus. I used ::placeholder pseudo-element to set the placeholder font color and set another color for the input color. As for the buttons, I used CSS to create the hover color change, however, to keep the CSS styles of the button when after being clicked, it is better to use JavaScript instead.
What specific areas of your project would you like help with?All feedback is welcome.
Community feedback
- @SydsBikePosted 2 months ago
Looks and functions well! My only suggestion would be using more semantic elements in your html.
0
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