Category: JavaScript

Traffic Lights in HTML5 Canvas and JavaScript

I recreated a project from High School (which is almost two decades ago) from Dr. Scheme (programming language) to HTML5 Canvas and JavaScript. I finally decided to do it just recently because it reminds me of my grandfather. The code is in CodePen and GitHub!

Make a Modal using Bootstrap CSS and VueJS

The Modal will look and work like a Bootsrap Modal. But instead of using jQuery, VueJS 2.0 is used. The picture below shows the end result. Make a Vue 2.0 project using the Vue-CLI This tutorial is using Run-time only. Don’t forget to npm install the modules and then npm run dev. Install Bootstrap 3…

How to setup Vue-Router 2.0: Basic Setup

VueJS is an awesome framework. It has two-way data binding and it’s easy to get started. The best part is its capability to be a SPA. We can make a SPA using Vue’s Vue-Router plugin. In this example, we’ll: Start a new VueJS 2.0 project.