sofiane-abou-abderrahim / javascript-events-project-planner

In this little JavaScript demo application, I used event listeners and specifically drag and drop events. I added and removed event listeners and get data out of the event object. Besides, I used the preventDefault method and controlled my events according to the capturing and bubble phases with stopPropagation and event delegation for example.

Home Page:https://sofiane-abou-abderrahim.github.io/javascript-events-project-planner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

In this little JavaScript demo application, I used event listeners and specifically drag and drop events. I added and removed event listeners and get data out of the event object. Besides, I used the preventDefault method and controlled my events according to the capturing and bubble phases with stopPropagation and event delegation for example.

https://sofiane-abou-abderrahim.github.io/javascript-events-project-planner/


Languages

Language:JavaScript 62.0%Language:HTML 21.7%Language:CSS 16.3%