socket hang up
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Crowdfunding Product Page

Daniel• 310

@daniel-g-p

Desktop design screenshot for the Crowdfunding product page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Definitely one of the toughest challenges I've done, any feedback related to the functionalities and animations of the page are much appreciated :)

Community feedback

Sean Red• 635

@seanred360

Posted

Your javascript was very organized. I referenced it a bunch for my solution. I found that const specificButtons = { button1: "#bamboo", button2: "#black", button3: "#mahogany" }; on line 17 was not needed. It is a complicated way to get an href from a button. You can replace const inputID = specificButtons[b.id]; on line 148 with const inputID = b.getAttribute("href"); and get the same result.

0

@hisham-ax

Posted

god greate how you usde javascript in checkbox

0
Karim• 590

@Galielo-App

Posted

Awesome build!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord