Design comparison
Solution retrospective
I most proud of made this project with better understanding and would help to do better in js and time i will create more project with full joy
What challenges did you encounter, and how did you overcome them?No ,challenges have come
What specific areas of your project would you like help with?No
Community feedback
- @Emynex4realPosted 19 days ago
Bonjour, Hello Tushar!
First of all, congrats on completing the project! π I'm still learning too, but I wanted to give you some feedback that might help:
Firstly, in your JavaScript, you're using Array.from() to convert NodeLists to arrays. You could try using forEach directly on the NodeList, as it works without converting the list into an array. This would save you a small step and make your code even cleaner!
I see that the FAQ headings change color on hover, which is nice for user interaction! One small suggestion: you could make the hover state more noticeable by adding a slight transition, like transition: color 0.3s;, so the change is smoother.
These are just a few things I noticed, and I hope they help. You've done an amazing job, and itβs great to see your progress! Keep coding and good luck on your developer journey! π
Marked as helpful0
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