Front-end Code Example
Color Toggle From the script.js file: /** * * @param {string} type: id, class or body * @param {string} value: element name * */ const element = function(type, value){ switch(type){...
Color Toggle From the script.js file: /** * * @param {string} type: id, class or body * @param {string} value: element name * */ const element = function(type, value){ switch(type){...
Schedule From the schedule.js node.js file: 'use strict' const {SCHEDULE} = require('../configuration') const schedule = require('node-schedule') const every_six_minutes = '*/6 * * * *' const every_seven_minutes = '*/7 * * * *'...
Note: the report below is written in Dutch. Vanuit de basisgedachte dat het project een begin is van een veel uitgebreider dashboard dat daadwerkelijk gebruikt gaat worden, ben ik eerst...
My portfolio consists of a number of assignments and projects that I developed during my education as a Front-end Developer and in my position as a Full Stack Web Application...