# html-dom
**Repository Path**: LucasDot/html-dom
## Basic Information
- **Project Name**: html-dom
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-11-16
- **Last Updated**: 2021-11-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HTML DOM
## Story
Web development goes very fast. I still remember the moments when starting to use [jQuery](https://jquery.com), [Prototype](http://prototypejs.org),
[script.aculo.us](https://script.aculo.us), [Zepto](https://zeptojs.com) and many more.
Nowadays, even if our application is powered by mordern tools such as Angular, Vue, React, Svelte, .etc, we have to deal with DOM.
The frameworks encapsulate and hide the DOM management directly, but still give us a door to work with DOM via _ref_, _event handlers_.
If you develop or use a web component in any framework, you have to work with DOM at a certain level.
Knowing the browser DOM APIs and how to use them play an important role in web development.
A website introducing the APIs, well-known problems, most popular questions could be very useful.
## Features
* [x] No external library. Only native browsers' APIs
* [x] Small and easy to understand examples
* [x] Live demos
* [x] Many tips and good practices included
* [x] Many real use cases
* [x] Work with the modern browsers. _Try to support IE 11_
## Running it on local
1. Clone the project:
```shell
$ git clone https://github.com/1milligram/html-dom
```
2. Install the dependencies:
```shell
$ cd html-dom
$ npm install
```
3. Run it on the local:
```shell
$ npm run dev
```
Look at the console to see the _Local URL_. Open it in your browser to see it in action.
## About
This project is developed by _Nguyen Huu Phuoc_. I love building products and sharing knowledge.
Be my friend on
* [Twitter](https://twitter.com/nghuuphuoc)
* [dev.to](https://dev.to/phuocng)
* [Github](https://github.com/phuoc-ng)