This project demonstrates a modal window component with HTML, CSS, and JavaScript. The modal window can be triggered to appear and disappear, showcasing basic modal interactivity.
- index.html: Contains the HTML structure, including the modal window container and triggers.
- style.css: Styles the modal window, backdrop, and any animations or visual effects.
- script.js: Adds JavaScript functionality to open and close the modal window on user actions.
- .prettierrc: Configuration file for code formatting to maintain consistent styling across the project.
- Open and Close Modal: The modal can be opened with a button click and closed by clicking outside the modal or pressing a close button.
- CSS Animations: Smooth transitions and animations enhance the modal experience.
- JavaScript Control: Event listeners are used for opening and closing the modal, enhancing accessibility.