Latest solutions
Latest comments
- @ribikaY@immdipu
Everything looks good! You could enhance by implementing a debounce function to wait for the user to finish typing before processing the search.
Marked as helpful - @ledesmx@immdipu
Everything seems to be going smoothly. To further enhance the user experience, consider implementing animations when adding or removing links in the list. You could utilize a library like https://auto-animate.formkit.com, which simplifies the process to just a few lines of code while providing effective animations when adding or removing links from the list
Marked as helpful - @rainSax@immdipu
Everything is perfect. One way to enhance the user experience is by eliminating the shift in the DOM element position when an option button is clicked. Currently, when a user clicks on any option, a border appears, causing a slight shift in DOM elements. One solution to address this issue is to maintain the border by default for all options, setting its color as transparent initially to keep it invisible. Upon a user click, the border color can be changed from transparent to any other color, thus preventing the noticeable shift in DOM elements.
Marked as helpful - @BurakKostekli@immdipu
i think you are validating the email while the user is typing because when i typed the first letter the border color changed to red. i believe that means incorrect email. it would be better if you validate only when the clicks on submit button.
- @Watership6@immdipu
Looks good. just add padding on the top and bottom. Best of luck.
- @Arfirpo@immdipu
Looks fine. Best of luck for next challenge.