Lucas-Erkana / LucasErkana

My professional portfolio showcases my skills and experience using React JS, HTML, and CSS. It includes projects I have worked on, my education, and relevant work experience. It provides a dynamic and engaging user experience for potential employers and clients.
https://lucaserkana.vercel.app/
MIT License
23 stars 1 forks source link

popup window #18

Closed Lucas-Erkana closed 1 year ago

Lucas-Erkana commented 1 year ago

✅ Added functionality that allows the user to click (or tap) the button to check project details, and the popup with details about the project appears. ✅ Added functionality that allows the user to click (or tap) the close (X) button, and the popup disappears. ✅ Added the following pieces of data in a JavaScript object: name, description, featured image, technologies, link to live version, link to source. ✅Add a javascript functionality that will update the main page so that the projects section is created dynamically using the information stored in that JavaScript object. ✅Add javascript that load cards section in HTML. ✅ Implement the popup window with javascript ✅ Implemented popups for both mobile and desktop screen sizes