======================================
Welcome to the DOM lessons for React bootcamp! 📊
In this repository, you'll find a collection of lessons and exercises to help you learn the basics of the Document Object Model (DOM) and how to interact with web pages using JavaScript.
Learn how to select and manipulate HTML elements using getElementByID and QuerySelector. 🔍
Understand how to add event listeners to HTML elements and handle events such as clicks, hover, and more. 👂
Discover how to get and set the value and style of HTML elements using JavaScript. 🎨
Explore the Window and Document objects, including the open method and other properties and methods. 📄
To get started, simply clone this repository and open the JavaScript files in your favorite code editor. Follow along with the lessons and exercises to improve your DOM skills.
If you'd like to contribute to this repository, please fork it and submit a pull request