This is a simple project built using HTML, CSS, and JavaScript to demonstrate the usage of DOM manipulation and various event listeners. In this project, we have created a basic modal that can be opened and closed by clicking on a button. This is a great starting point for anyone looking to learn about how to interact with the Document Object Model (DOM) and handle user interactions with JavaScript.
- Simple and lightweight modal.
- Opens and closes on button click.
- Demonstrates the usage of DOM manipulation.
- Shows how to use event listeners to handle user interactions.
To get a local copy of this project up and running on your machine, follow these steps:
-
Clone this repository to your local machine using the following command:
git clone https://github.com/amanverma-11/modal-project.git