hopeforkoami / portofolio_site

This is my portofolio. Inside you will find my background information, and my recent projects. you can get in touch with me throught the contact form. Built with HTML, CSS and JavaScript.
3 stars 0 forks source link

Detail popup window #12

Closed hopeforkoami closed 2 years ago

hopeforkoami commented 2 years ago

in this branch, implement the following interactions:

the popup with details about the project appears when the user clicks the button to check project details, 
the close (X) button, the popup disappears when the user clicks 

I used a JavaScript array to store all of the information for all projects. I updated the main page so that the projects section is created dynamically using the information stored in that JavaScript object. I implemented the popup window. I implemented the popup windows for desktop or mobile