
Design comparison
Solution retrospective
I am proud of not giving up and adding all the features that were mendatory .
What challenges did you encounter, and how did you overcome them?playing with the custom button was a bit tricky :)
What specific areas of your project would you like help with?Whatever you think i should do better.
Community feedback
- P@miedzygalaktycznygitPosted 3 months ago
Hello, good job with the website, but it seems to me that it does not fully match the concept of the task, because the data on the website should be updated automatically and the reset button should clear the data fields.
ifInput.addEventListener('input', () => updateButtonColor()); ifInput2.addEventListener('input', () => updateButtonColor()); customTip.addEventListener('input', () => updateButtonColor());
You can make listeners for input and build a function that will update the content. You only need a few "if" statements, and you will be much closer to the concept of the website, and one more small detail that you can upgrade, so you can delete the arrows on your inputs, and it will look much betterinput{ all: unset;
I hope You find it helpful and good luck in next projects.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