Submitted 5 months agoA solution to the Article preview component challenge
Article Preview Component | MB
@MatiasBastarrica

Solution retrospective
What are you most proud of, and what would you do differently next time?
I learned to show a modal when the user clicks on a button. This lead me to discover how to show an hide elements using JavaScript and CSS. I also learned how to select elements based on their parents using JavaScript.
What challenges did you encounter, and how did you overcome them?I didn't know how to show or hide elements. After searching on the internet I decided to toggle a class which had the property display set to none.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Matias Bastarrica's solution.
Join 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