[LAB] exploring the DOM with latest JS, and ava.js

René Maya 76aece8bdd Add readme file hace 7 años
src 0e598d0e88 Config ava hace 7 años
test 0e598d0e88 Config ava hace 7 años
.babelrc 3bec884f28 Add rc files hace 7 años
.eslintrc 3bec884f28 Add rc files hace 7 años
.gitignore 31e1ace808 Init dom js hace 7 años
License 31e1ace808 Init dom js hace 7 años
Readme.md 76aece8bdd Add readme file hace 7 años
package.json a223feb161 Config ava hace 7 años
yarn.lock 31e1ace808 Init dom js hace 7 años

Readme.md

DOM js

Dom.js is a coding exercise for getting familiar with the DOM, the latest ECMAScript, and Ava.js, all at once.

Inspired by other coding exercises which recreate a library's functionality for the sake of becoming familiar with how the original works.

Dom.js recreates these form jQuery:

  • Simple selector
  • CSS manipulation
  • CSS class manipulation
  • DOM manipulation
  • AJAX request
  • Event listeners
    • Additional event listener trigger
    • Event delegation

License

ISC license. Included in the License file. Copyright (c) 2017, René Maya.