Design comparison
Solution retrospective
I had trouble with the filtering function, what other approaches would you suggest?
Community feedback
- @F4YYPosted over 1 year ago
Hi @borkk85,
Congratz for successfully completing the challenge...
You did very great even only by using Vanilla. If you interested, you could do with other approaches using frameworks like React (useState-Hook) which is quite simple but powerful in handling state.
However, there is a little input that you might miss in the design. The
Search Bar
has not yet appeared if you haven't chosen the filter category. And it will disappear if the category filter choice does not exist or when clickedClear
.Hope that could be helpful. Keep happy coding...
Marked as helpful0@borkk85Posted over 1 year agoHi @F4YY,
Thanks for your input, I see now that I missed that step from the design, I will update the challenge soon. I have been practicing with React hooks, however I want to practice Vanilla JS, so I could get better at understanding React, Node, Express, etc...
0 - @alex931dPosted over 1 year ago
hello great project love it very much i suggest that you start using template string instead of all that createelement append shit
an example of an template string could be let template = backticks
<h1>${data.name}</h1>
backticks1
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