Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Document Object Model (DOM)

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:

https://github.com/sayedtahsin/to-do-app

A basic To-DO App built with Raw Javascript For Learning processes.

css3 dom html5 javascript

Last synced: 07 Jan 2025

https://github.com/danvitoriano/blog-template-34scj

JavaScript Bootstrap Blog Template with examples of Module Pattern, ES6 Classes and Export/Import, WebPack, Babel and Fetch Requests API and updates DOM

babel bootstrap dom es6 fetch-api iife javascript module-pattern nodejs npm package-manager webpack

Last synced: 07 Nov 2024

https://github.com/sayedtahsin/to-do-js

A simple To-Do list with three filter button using DOM-Manipulation :white_check_mark:

dom js

Last synced: 07 Jan 2025

https://github.com/prinorange/extract-headings

A JavaScript library of Rust-binding for extracting headings (H1-H6) from HTML strings with high-profermance, providing the level, text content, and ID of each heading.

dom headings html html-parser markdown

Last synced: 20 Dec 2024

https://github.com/sagold/tick

old-school performance friendly timing utilities in dom-context

debounce dom loop performance raf requestanimationframe

Last synced: 14 Dec 2024

https://github.com/serhiirepinskyi/goit-js-hw-07

JavaScript. Homework 07: 01-image-gallery; 02-SimpleLightbox-library; 03-SimpleLightbox-library(lazysizes)

basiclightbox cdn dom feature-detection javascript lazy-loading lazysizes simplelightbox

Last synced: 31 Jan 2025

https://github.com/serhiirepinskyi/goit-js-hw-06

JavaScript. Homework 06: task 1-10

dom event form javascript valid

Last synced: 31 Jan 2025

https://github.com/axelop96/frontendmentor-reto2

Reto de pagina Front end Mentor utilizando HTML, CSS y JavaScript

css dom html javascript

Last synced: 02 Jan 2025

https://github.com/kumaresh231299/dom-calculator

Creating a calculator using DOM

css dom javascript

Last synced: 14 Jan 2025

https://github.com/kumaresh231299/promise-task

Promise Task using dom to display the rest countries details

api api-rest css dom html js

Last synced: 14 Jan 2025

https://github.com/qishaoxuan/pazzle

pazzle, 拼图

dom javascript

Last synced: 02 Jan 2025

https://github.com/lipskiyp/social-network

CS50w Project 4: Django Social Network App

ajax api django django-models dom html javascript python

Last synced: 14 Jan 2025

https://github.com/ajith-11399/countdown-timer-dom

This repository contains countdown timer Task

bootstrap css dom html javascript

Last synced: 08 Jan 2025

https://github.com/luandersonalvesdev/pixel-art

Um quadro para pinturas em pixel

css css3 dom html html5 javascript js webstorage

Last synced: 21 Jan 2025

https://github.com/jill64/universal-sanitizer

💎 Isomorphic html sanitizer by DOMPurify + sanitize-html

dom html isomorphic sanitizer xss

Last synced: 10 Nov 2024

https://github.com/amerrika/portfolio-projects

Welcome to my portfolio projects folder! Here you will find a collection of my projects, demonstrating my skills in Web development

api astro css3 dom html5 javascript scss vuejs3

Last synced: 14 Jan 2025

https://github.com/ragnarokkr/tokan.js

Proof of concept wrapper library for MutationObserver Web API, suitable to be used in userscripts.

api dom javascript mutationobserver typescript userscripts web

Last synced: 20 Dec 2024

https://github.com/jardelgcunha/click-counter

Click counter manipulating DOM with Javascript

bootstrap dom html javascript live-server vscode

Last synced: 15 Jan 2025

https://github.com/paulopariz/preenchimento-de-cartao

O Rocketpay é um componente que simula o formulário de preenchimento de cartão de crédito, onde é possível adicionar máscara aos inputs e atualizar elementos HTML via DOM.

dom full-stack imask javascript json node nodejs npm vite

Last synced: 11 Jan 2025

https://github.com/msalman81/drum-kit

This is a Drum-Kit simulator made on web using Javscript DOM and Event Listeners! Unveil your inner musician and start banging those drums!

css dom drums drumstick eventlisteners html javascript moazzam moazzamsalman salman ui ux webdeveloper webgame

Last synced: 07 Jan 2025

https://github.com/risto-stevcev/purescript-window

A purescript wrapper for the window object

dom purescript window

Last synced: 09 Nov 2024

https://github.com/ayesha-ghani098/to-do-app

Multi-Feature To-Do App Using Html CSS Bootstrap Javascript DOM

bootstrap css dom html javascript todoapp

Last synced: 03 Jan 2025

https://github.com/felipeg-almeida/decodificador

Projeto decodificador desenvolvido como desafio que faz parte do programa Oracle Next Education.

challengeonedecodificador5 css dom html javascript

Last synced: 08 Jan 2025

https://github.com/pedroreves/faq-page

FAQ Website | FrontEnd Mentor Challenge

css css3 dom html html5 javascript responsive

Last synced: 31 Dec 2024

https://github.com/pmlcrz/aula9-react

Aula 8 - modulo 3 curso desenvolvimento full stack

dom javascript react reactjs

Last synced: 20 Jan 2025

https://github.com/anibalventura/resume-generator-web

Easy to use resume generator made with vanilla JavaScript.

bootstrap css dom dom-manipulation html javascript

Last synced: 11 Jan 2025

https://github.com/rasujon3/bap-er-bank

Module -26 - DOM 1st Project with Tailwind

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/rasujon3/debug-conceptual-session-1

debug-conceptual-session-1

api dom

Last synced: 20 Dec 2024

https://github.com/rasujon3/dom-practice

Module - 25_5 - Dom Practice - Netlify Link: https://sujon-dom-practice.netlify.app/

dom javascript

Last synced: 20 Dec 2024

https://github.com/icherya/dom-render-tools

TypeScript library for easier DOM elements manipulation

dom dom-manipulation npm-package typescript

Last synced: 25 Dec 2024

https://github.com/sravantp7/number-guessing-game

A number guessing game built using HTML, CSS and Javascript.

css3 dom html5 javascript

Last synced: 04 Feb 2025

https://github.com/rasujon3/invoice-application

Conceptual Session Project 2

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/rasujon3/functional-bank

Module-27 - Function_Add

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/rasujon3/ma-er-doya

DOM-Conceptual-Session-2

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/rasujon3/pc-builder

DOM last conceptual session

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/lewypopescu/javascript-tasks-dom

JavaScript Tasks DOM

dom javascript

Last synced: 21 Jan 2025

https://github.com/smilevp/price-cart

Price Cart Bootstrap designed uisng ReactJS

bootstrap css dom html5 javascript react

Last synced: 04 Jan 2025

https://github.com/smilevp/call-back-hell-task

Call Back hell using DOM,Javascript,HTML and CSS to display the count from 10 to 1 and print Happy Independence day

css dom html- javascript

Last synced: 04 Jan 2025

https://github.com/divertimentos/course-dom

DOM course (Clyde Matthew on Udemy)

dom dom-manipulation javascript

Last synced: 04 Jan 2025

https://github.com/plotdb/datadom

dom serializer / deserializer.

dom dom-tree json

Last synced: 08 Jan 2025

https://github.com/sagnikc395/profitlosscalculator

Simple Profit and Loss Calculator 🤑

css dom

Last synced: 13 Jan 2025

https://github.com/alissonooliveiraofc/kade-meu-cep

Este projeto é uma aplicação web para consulta de CEP, que permite ao usuário inserir um código postal e obter informações detalhadas, como logradouro, bairro, localidade, DDD, estado, e região. Ele utiliza uma API para buscar os dados em tempo real e exibe os resultados de forma organizada e estilizada.

api css dom dom-manipulation error-handling flex-box html5 sweetalert2

Last synced: 19 Jan 2025

https://github.com/derektypist/dom-elements-by-tag-name

Document Object Model (DOM) - Investigation of the getElementsByTagName method. Count the number of items in a particular tag (e.g. li) as well as getting the random item in the particular tag.

bootstrap5 css3 documentobjectmodel dom getelementsbytagname google-fonts html5 javascript

Last synced: 27 Jan 2025

https://github.com/matheusfdosan/devlinks-rocketseat

O DevLinks é um agregador de links para usar como cartão de visitas online.

css dom figma git github html javascript media-queries rocketseat

Last synced: 04 Jan 2025

https://github.com/rasujon3/pin-matcher-soluation

Module-28-Project-2

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/yazaldefilimone/virtual-dom

Building a Virtual DOM

dom react virtual-dom web

Last synced: 18 Jan 2025

https://github.com/christopher-r-perkins/javascript-frontend-development

Solutions to Launch School JavaScript Front-end Development exercies. These exercises provided practice for manipulating the DOM.

dom dom-manipulation exercises javascript js launch-school

Last synced: 13 Jan 2025

https://github.com/sk5198222/edgeautomation

Microsoft Edge Automation project

dom java maven selenium-webdriver

Last synced: 05 Jan 2025

https://github.com/chandrabose-11/dom-manipulation-from

In this task we are creating a calculator by using dom ,html,css ,bootstrap

bootstrap css dom html

Last synced: 07 Jan 2025

https://github.com/hoyirul/pokemon-gatcha

This project is built with React.js and TailwindCSS. It allows users to search for Pokémon, view detailed information, and use a gacha system to encounter Pokémon based on location and time of day.

dom javascript pokemon-api reactjs router-dom

Last synced: 15 Jan 2025

https://github.com/prinsfrank/htmldom

!Currently Unstable! HTML DOM parser

composer-library composer-package dom html html5 php

Last synced: 28 Jan 2025

https://github.com/townland-project/dom

Dom interpreter

dom library npm townland

Last synced: 08 Jan 2025

https://github.com/sevlamare/clock

Modern minimalist clock.

css3 dom html5 javascript js

Last synced: 04 Feb 2025

https://github.com/xan105/web-vanilla-query

DOM manipulation and traversal in Vanilla JS with chaining.

browser dom dom-manupulation esbuild esm jquery vanillajs

Last synced: 10 Nov 2024

https://github.com/nstevens1040/anglesharp.domparser

This library uses AngelSharp to parse an HTML string into a document object model. The library targets .NET Framework 4.7.2 so that it is compatible with Windows PowerShell.

csharp document-object-model dom dotnet-framework html library parser powershell windows-powershell

Last synced: 15 Jan 2025

https://github.com/dimzerdevas/dom-presentation

Part of an Agile Actors presentation about the Document Object Model

dom dom-manipulation dom-tr web

Last synced: 20 Jan 2025

https://github.com/msamuelsons/slide

Projeto criado para praticar DOM

dom html-css-javascript js scss

Last synced: 22 Jan 2025

https://github.com/opifexm/kekstagram

A web application that allows users to view and edit images, apply filters, and manage comments.

api asynchronous-programming css3 dom es6 html5 javascript modular-design nouislider pristine

Last synced: 11 Jan 2025

https://github.com/nstevens1040/anglesharpparser

This .NET 6.0 library uses AngleSharp to parse an HTML string into a DOM. It is written such that it can be easily used in PowerShell Core.

csharp document-object-model dom dotnet-6 dotnet-core html net-core net-core-6 net6 parse parser powershell powershell-core

Last synced: 15 Jan 2025

https://github.com/rasujon3/phero-hack

Sumit Vai DOM Project

dom html-css-javascript

Last synced: 20 Dec 2024

https://github.com/twilight92/chrome-app

[JavaScript] (완강) 바닐라 JS로 크롬 앱 만들기 #노마드코더

ajax dom fetch javascript json localstorage openweather-api

Last synced: 11 Jan 2025

https://github.com/lemmon/nanocomponent-container

Container for storing Nanocomponer components instances.

choo component dom events

Last synced: 20 Dec 2024

https://github.com/kuro-98/carritodcompras

🛒 Carrito de Compras 🛍️ - Proyecto web desarrollado con JavaScript para agregar cursos al carrito de compras, realizar manipulación del DOM y mostrar el contenido del carrito. Llevado a cabo en el curso "Aprende el Lenguaje de Programación Web más popular paso a paso con +20 Proyectos" del profesor Juan Pablo De la Torre Valdez.

dom dom-manipulation ecmascript ecmascript6 javascript juanpablodelatorrevaldez udemy-course udemy-course-project

Last synced: 11 Jan 2025

https://github.com/ottiker/safejs

A more abstract SAFE DOM API

api dom maidsafe safenetwork

Last synced: 28 Dec 2024

https://github.com/aayes89/honlogparser

Java application that converts Heroes of Newerth (HoN) log files into a sql database

dom dom-manipulation hon java logs parser sql

Last synced: 28 Jan 2025

https://github.com/marcus-sa/rollup-plugin-worker-dom-html

Build your application with worker dom through Rollup

dom multithreading rollup worker-dom

Last synced: 18 Jan 2025

https://github.com/timluq/fallback-dom

Lightweight DOM/selector implementing the most basic operations

dom javascript

Last synced: 12 Jan 2025

https://github.com/anburocky3/advise-slip-dom

Give advises from boomers!

api dom fetch fetch-api javascript

Last synced: 28 Jan 2025

https://github.com/anburocky3/javascript-simple-projects

Learn about javascript by doing simple projects

dom dom-manipulation javascript javascript-applications

Last synced: 28 Jan 2025

https://github.com/anburocky3/fuel-price-api

Simple API to check the current fuel-price using some cool api endpoints

dom express html node nodejs react reactjs

Last synced: 28 Jan 2025

https://github.com/oleksandr-romashko/goit-js-hw-14

Homework for DOM topic

css dom html javascript

Last synced: 22 Jan 2025

https://github.com/daniel-san8/advanced-form

Formulário com configurações avançadas

css dom form form-validation html javascript responsive

Last synced: 30 Dec 2024

https://github.com/ardywsptr/materi-belajar-membuat-front-end-web-untuk-pemula

Repositori ini merupakan kumpulan praktek dari materi yang ada pada kelas Belajar Membuat Front-End Web untuk Pemula di Dicoding

bom dicoding-academy dom events localstorage web-storage

Last synced: 14 Jan 2025

https://github.com/arnaldogonzalez81318/js-vs-jquery

To help people, here’s a jQuery to JavaScript cheat sheet that includes the JavaScript equivalents to the most frequently used jQuery functionality.

dom html javascript javascript-vanilla jquery jquery-docs js js-documentation js-vanilla vanilla-javascript vanilla-js

Last synced: 22 Jan 2025

https://github.com/vpsa23/twitter

Twitter es una red social donde puedes ver y publicar estados, también puedes ver la hora de dichos twetts. https://vpsa23.github.io/Twitter/

css dom googlefonts html5

Last synced: 22 Jan 2025

https://github.com/aminnairi/virtual

Virtual DOM based JavaScript library for building dynamic websites.

dom javascript library store virtual-dom

Last synced: 16 Jan 2025

https://github.com/aaditya2025/dice-game

It uses the javascript concept called queryselector and some conditional statement to create this mini project.

conditional-statements css dom html javascript queryselector

Last synced: 17 Jan 2025

https://github.com/milan-960/widgetx-library

This project is a Widget Management System built using a custom JavaScript library called X. The library handles the initialization, destruction, and state management of widgets in a DOM tree. It is designed to be environment-agnostic, meaning it can run both in a browser and in Node.js (with the help of JSDOM).

dom javascript jest jsmodules

Last synced: 19 Dec 2024

https://github.com/gbenson/dom-tokenizers

DOM-aware tokenization for Hugging Face language models

document-object-model dom html hugging-face natural-language-processing nlp tokenizer

Last synced: 19 Dec 2024

https://github.com/myterminal/dom-shift

A minimal library to switch DOM states using a CSS class

animation dom html

Last synced: 17 Jan 2025

https://github.com/theopenwebjp/js-classes

Collection of general JavaScript classes

canvas classes dom javascript log stream

Last synced: 20 Jan 2025

https://github.com/shgysk8zer0/node-dom

Basic DOM implementation

dom html node node-dom node-html node-js

Last synced: 17 Oct 2024

https://github.com/fabianroy/geometry-genius

PH Practice Project #6

daisyui dom html5 javascript tailwindcss

Last synced: 11 Jan 2025

https://github.com/muffinking-jpeg/js-slider

Yet, another JS slider, written by me.

dom javascript javascript-library js slider slider-library

Last synced: 25 Jan 2025

https://github.com/hitarthchudgar/weather-detect

A weather detection app implemented in JavaScript using the AccuWeather API

api bootstrap-4 design dom html-css javascript weather-app

Last synced: 14 Jan 2025