GOlivierNation / MyPortfolio

Microverse Module 01 Project: This is my working portfolio. Inside you will find my background information, contacts, and project showcase. Built with HTML, CSS and JavaScript. Description: This is a professional project with Micoverse, This project was built to show My professional work and hard-skills as a full-stack web developer.
3 stars 1 forks source link

Portfolio: details popup window #9

Closed GOlivierNation closed 2 years ago

GOlivierNation commented 2 years ago

Work Done on this Branch:


We implemented the following interactions:

  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.

Popups for both mobile and desktop screen sizes:

Data stored in a JavaScript object: name, description, featured image, technologies, link to live version, link to the source. The projects section is created dynamically using the information stored in that JavaScript object. The popup window implementation.