Design comparison
Solution retrospective
The project was built with simple HTML, CSS, and JavaScript.
Have any suggestions, please let me know.
Community feedback
- @AhmadYousif89Posted over 1 year ago
Hi Sheri π
Your solution looks great π I just have a couple of notes regarding the styling and the functionality of your app and I hope you find them useful to you :
-
the top and side navigation elements (currently they doesn't really add or serve any useful propose other than displaying info about the current step) would be a better user experience if they were actually navigation button that navigate between the steps π
-
it would be much better experience if the user can navigate and select/check with keyboard β¨
-
consider making the change button on the last step to actually change the billing cycle (not just sending the user back to step 2 to manually changing the bill cycle) because that's the intended behavior of this button.
btw I see you have an error on the console when changing the billing cycle π
Marked as helpful1@sheri0441Posted over 1 year ago@AhmadYousif89 Thanks for Guidance! Especially the last one.
1@AhmadYousif89Posted over 1 year ago@sheri0441
I just took a look at your code and I noticed that it's not properly formatted (maybe I'm wrong not sure) but I think prettier (vscode extension) would be a very good formatting tool π for you or any dev actually
Marked as helpful0 -
- @visualdennissPosted over 1 year ago
Hey, you submission looks great!
Two suggestions regarding the user experience: You can have a default option selected for add-ons for users, which is a very common practice. Also you can put cursor:pointer; to those plan selection options to indicate users that it is clickable area. Other than that, it works really good.
Hope you find this feedback helpful!
Marked as helpful1
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