Let’s learn how to build an multi topic quiz app using Vue JS in the front-end and Django in the back-end. I have already build and deployed it. So you can try it live. https://onlinetool.in/quiz/python Overview of the working of…
Tag: vuejs
Popular & Easy to learn Web Frameworks in 2020
Hi, guys today we are going to take a look at the some of the easiest yet popular & powerful web application frameworks you should learn in the year 2020. Web frameworks make developing websites easier and systematic. They follow…
Loader animation inside Vuetify Button with VueJs
We can show loader animation inside a button in Vuetify very simply without using any gif image. we use the buttons’s :loading prop. The loading animation inside button shows while waiting for an API response. we define a loading property…
Fullscreen Toggle component in VueJS
In this post we will see how to create a VueJs component that will toggle fullscreen mode in your browser. I took this code from W3Schools: https://www.w3schools.com/howto/howto_js_fullscreen.asp and integrated it into a VueJS component. Below is the full code for…