SCSS - BEM - Mobile First - Flex & Grid - Vanilla JS
Design comparison
Solution retrospective
Any feedback is highly appreciated. π
Community feedback
- @DesignAssemblyPosted over 3 years ago
Hi Rafet
Great work on the build. a couple of things I'd like to point out that may be of help. When a user clicks the selected pledge - maybe highlight that pledge already in the modal, with the cursor in the input box ready for the user to make his/her pledge. This way the user does not have to do the same action twice - just a little UX feedback.
Would also keep the modal fixed and not scroll with the whole container- but rather scroll the content inside the container - just personal preference I guess.
Once a user exits the modal then goes back with a different pledge, the previous pledge is still highlighted - maybe think of clearing out all pledges on close of modal and on close of thank you modal.
But from a javascript point of view - man that is some beautiful code!!!!! I'm nowhere on that level as I come from a UX background and currently learning my Javascript. That blew my mind. really something I will bookmark for myself to learn from.
I'm still trying to get my head around passing functions into other functions. - lol But well done !!!!!
1@rafetbasturkPosted over 3 years ago@DesignAssembly
Hello Gavin! π
Thanks for your UX feedback and suggestions. I have updated my code accordingly. π Please check again whether or not it is okay?
And also thanks for your praise about the JS code. βΊοΈ It has been around a year since I started learning JS. I am still struggling with the advanced concepts.
Happy coding! π
0 - @sofskrbicPosted over 3 years ago
Hello, Rafet! π
The solution you provided looks great! The responsiveness works good. The only thing I would suggest changing is that only one stand is selected at the time. Looks like you're using some sort of checkboxes instead of radio buttons.
Overall, I think you've done an amazing job! Happy codding π
1@rafetbasturkPosted over 3 years ago@sofskrbic
Hello, Sofia! π
Yes, I used ticks instead of radio buttons. Actually, I don't know how but, I saw them as ticks in design files. π
Thanks for your suggestion. π I will fix the selected stands as you suggested asap.
Happy coding to you, also! π
1 - @ApplePieGiraffePosted over 3 years ago
Hi, rafet! π
I hadn't noticed you submitted another solution! π Nice job on this challenge! π Overall, the page looks pretty good and responds and works well! π
I only suggest making sure that users can't pledge less than the minimum amount for each product. π
Keep coding (and happy coding, too)! π
1@rafetbasturkPosted over 3 years ago@ApplePieGiraffe
Hi! ππ»
Ohh, I haven't thought of the minimum pledge amount π€ I will fix it asap. Thanks for reminding me.
Happy coding to you, too! π
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