CodeNewbie Community 🌱

Kyle Parsotan
Kyle Parsotan

Posted on

NFT Card - Frontend Mentor

I've just completed a front-end coding challenge from Frontend Mentor! 🎉

You can see my solution here:
https://www.frontendmentor.io/solutions/nft-preview-card-Fz5dwN_veB

Full code check out the github repo:
https://github.com/Kyl67899/NFT-previewcard

Any suggestions on how I can improve are welcome!

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);