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

https://github.com/codewithsadee/modal-project

modal window which is used on websites to get users to do or see something specific.
https://github.com/codewithsadee/modal-project

css3 html5 javascript modal modal-windows scss

Last synced: 28 days ago
JSON representation

modal window which is used on websites to get users to do or see something specific.

Awesome Lists containing this project

README

          

# Modal Project
In this Project im created a **modal** window which is used on websites to get users to do or see something specific.

A good example of a modal window would be if a user made changes in a site without saving them and tried to go to another page. You can create a modal window that warns them to save their changes or else that information will be lost.

#### Key concepts covered:
* document.querySelector()
* addEventListener()
* classList.add()
* classList.remove()

### Screenshots
> ![Modal Project Screenshot 1](https://github.com/codewithsadee/modal-project/blob/master/assets/images/screenshot-1.png "Modal Project Screenshot 1")
> ![Modal Project Screenshot 2](https://github.com/codewithsadee/modal-project/blob/master/assets/images/screenshot-2.png "Modal Project Screenshot 2")