I am proud of using little time to complete the project.
What challenges did you encounter, and how did you overcome them?I faced challenges on the plus and minus button to show the answer because initially i declared a variable boolean type to switch the button from plus to minus to show the answer but because i used v-for for rendered the questions once i clicked on the plus button all the answers show. I was able to overcome this challenge by adding another property to the faqs object rendered with v-for and the the value to false and used the value in the iteration with v-if and v-else directives.