Memory game solution using vue js

Solution retrospective
Learning and Applying Vue.js Concepts: Successfully understanding and applying core concepts such as components, props, events, and the Vue Router.
What challenges did you encounter, and how did you overcome them?Props and Events: Passing state down to child components through props and using custom events to notify parent components of changes. This helped maintain a clear flow of data and made it easier to sync changes.
Watchers: Using watchers (watch) to respond to state changes and perform necessary side effects, ensuring that any change in state was immediately reflected where needed.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on oussamataima'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