Design comparison
SolutionDesign
Solution retrospective
My first project using composition api + ts.
- I find difficult to type unknown items;
Community feedback
- @OmarIsmail7980Posted over 1 year ago
Hello Nicolas,
great work on the project. there is few things we can improve on.
- in the strength section: the strength is supposed to dynamically change from "Too weak", "Weak", "Medium", and "Strong". Away to do that is to keep track of how many checkbox are selected and calculate the strength based on that. for instance, if all boxes are checked it's "Strong" or if none are selected it's "Too Weak"
-Small typo instead of 'To Weak" it's supposed to be 'Too Weak"
hopefully this is helpful, Good luck
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