ghreza-crypto / portfolio

It is a professional cv website that you can share information abut yourself, your experience and your work templates, build with Html, CSS, and JavaScript.
MIT License
7 stars 0 forks source link

Details popup window #14

Closed ghreza-crypto closed 1 year ago

ghreza-crypto commented 1 year ago

Details popup window for mobile and desktop version completed in and the following tasks have done: 1-When the user clicks (or taps) the button to check project details, the popup with details about the project appears. 2-When the user clicks (or taps) the close (X) button, the popup disappears.

To associate each project with the popup window details, you must refactor the project section: You need to use a JavaScript array to store all of the information for all projects. For each project you need to store the following pieces of data in a JavaScript object, at a minimum: name, description, featured image, technologies, link to live version, and link to the source. You need to update the main page so that the projects section is created dynamically using the information stored in that JavaScript object. Remember, all of the HTML in that section is created when the page loads. After that, you could implement the popup window. You should implement popups for both mobile and desktop screen sizes

First review: Static parts changed to dynamic with foreach loop and the design issue was fixed. Second review: Added scroll in to overflow of y direction.