Fast & Robust Front-End Micro-framework based on modern standards
-
Updated
Sep 6, 2023 - CSS
DOM (short for Document Object Model) is a cross-platform and language-independent interface that treats an HTML or XML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. DOM methods allow programmatic access to the tree; with them one can change the structure, style or content of a document. Nodes can have event handlers (also known as event listeners) attached to them. Once an event is triggered, the event handlers get executed.
The principal standardization of the DOM was handled by the World Wide Web Consortium (W3C), which last developed a recommendation in 2004. WHATWG took over the development of the standard, publishing it as a living document. The W3C now publishes stable snapshots of the WHATWG standard.
In HTML DOM (Document Object Model), every element is a node:
Fast & Robust Front-End Micro-framework based on modern standards
⚛️ Vite starter for Million.js
CSS inspection aided by visual regression pruning
This is a simple HTML, CSS and JS project to make a fake credit card, allowing the user to change everything they want.
In this capstone project, I demonstrated how to manage the DOM properly using Vanilla JavaScript. I was able to develop a dynamic and responsive website that showcases my improved skills, while also incorporating correct GitFlow usage and Linters for better code quality.
Pig is a simple dice game. Players take turns to roll a single dice as many times as they wish, adding all roll results to a running total, but losing their gained score for the turn if they roll a 1.
This is my personal portfolio where I display the various projects I have created. It enables me to showcase my skills and market myself to potential companies. The portfolio is built with HTML, CSS, and JavaScript.
Presenting a portfolio website designed to showcase practical experience in CSS, JavaScript, DOM manipulation, Webpack, and Normalize. This user-friendly portfolio served as a learning tool for refining essential web development skills.
Simple project practicing DOM manipulation
Repositório dos projetos do desafio #boraCodar da Rocketseat
Exercises & Projects for The Advanced Web Developer Bootcamp 2017 incl. extramural Databases Training
GuessMyNumber is a JavaScript game in which the user has to guess the correct number between 1 and 20.
Tip calculator that calculate the amount of tips per person.
Created by World Wide Web Consortium
Released October 1, 1998