Calculator App With Theme Switch Using CSS Variables & Vue

Solution retrospective
Any feedback is accepted :))
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@palgramming
Looks like you have a good start to this next you might want to work on adding keyboard inputs to this
- @joanneccwang
Seems like you use
this.$parent.content
to manipulate display result. I'd suggest you to try useprop
andemit
for data propagation. You can also try Vuex, but I thinkprop
andemit
are enough for this project.
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