constructive criticism is accepted, and merry christmas and happy new year to everyone ❤️
Vaibhav sisodiya
@Vaib215All comments
- @kaiketorresSubmitted 11 months ago@Vaib215Posted 11 months ago
Your result does not match the design. Just a few tweaks you need to do: Shift the code of image above the name and give it negative margin from top. You can checkout my solution from my profile
1 - @Marianellag1Submitted 12 months ago
Hello!!
Any Feedback is welcomed. Code for Js was from a youtube video with a similar challenge that frontend mentor has that also has an accordion challenge. Thanks!
@Vaib215Posted 12 months agoYou can implement this by native HTML element pair:
detail
andsummary
1 - @TomasAlbertSubmitted 12 months ago
Hi 👋! I wanna share my solution with you guys. I used only one framework and that was of course my favorite Tailwind. For this challenge i was focus on semantic HTML i also tried to implement this with accesibility features so users can navigate with keyboard. For Javascript part it was straight forward i used event delegation for event handlers so i didn't needed to create events for every single element. I will be grateful for any feedback. Happy coding ! 💻
@Vaib215Posted 12 months agoWell done Alert! Just FYI, there's a pair of elements in HTML know as
detail
andsummary
which are specifically designed for these purposes. You can checkout mdn docs for them or you can checkout my solution for the same.1 - @l3miage-bouvier5Submitted 12 months ago
I don't really know how to do the mobile design they want, if someone can help me i would be thankful :)
@Vaib215Posted 12 months agoYou could checkout the mobile solution on my profile, it is completely responsive
Marked as helpful0