DEV Community

zain
zain

Posted on

Day 3 of my progress as a vue dev

About today
So, I implemented the quiz taking feature. It allows user to retrieve a created quiz from local storage on runtime with the help of a special key and attempt it and keep track of the points based on the correct answers.

What's next?
Now I have to implement the time constraint under which user will attempt the quiz and I also want to show the user all the correct answers and the answers they selected in the review section.

Improvements required
I want to refactor my code and use a few of the vue features like suspense to show a skeleton as well as slot to make use of already constructed structure outline.

Wish me luck!

Top comments (0)