Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushsunny/userology-r1-assignment
https://github.com/ayushsunny/userology-r1-assignment
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayushsunny/userology-r1-assignment
- Owner: Ayushsunny
- Created: 2024-05-30T11:28:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T11:33:08.000Z (6 months ago)
- Last Synced: 2024-05-30T13:10:39.901Z (6 months ago)
- Language: CSS
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USUEROLOGY R1 Assignment: Create a Popup Window with Close and Open Buttons
## Summary:
This assignment involves creating a popup window with a "Close" button and a "+" button. When the "+" button is clicked, a new popup window with an incremented counter is opened. The popup window is styled to have a good UI and is centered on the screen.
## Key Features:
Created a popup window with a "Close" button and a "+" button
Implemented functionality to open a new popup window with an incremented counter when the "+" button is clicked
Styled the popup window to have a good UI and centered it on the screen
Files:`index.html`: The main HTML file
`styles.css`: The CSS file for styling the popup window
`script.js`: The JavaScript file for implementing the functionalityOutput:
![alt text](image.png)
![alt text](image-1.png)