Fernando Mendoza
@whiteknight-devAll comments
- @PHnrq@whiteknight-dev
I pretty like your solution and design, it's accurated 👍.
- P@CharlieCastleWeb@whiteknight-dev
Great job, just becareful with the consistency of sizes, when you click on daily button you show a different size from the other buttons.
- P@anamaydevWhat are you most proud of, and what would you do differently next time?
I'm most proud of the layout, the button's shadow effect, and the form validation. Next time, I would refine the layout further and explore more styling techniques
What challenges did you encounter, and how did you overcome them?I faced challenges mainly with layout design and learning form validation. To overcome them, I watched some YouTube videos to brush up on the concepts
What specific areas of your project would you like help with?I would appreciate feedback on my JavaScript code
@whiteknight-devYour code is pretty great. you can change you getData function to this:
js const formEntries = new FormData(e.target).entries(); const { email } = Object.fromEntries(formEntries);
- @mashashelegeda@whiteknight-dev
It is a really great solution, I have the same problem with the interaction with the button, you could try to change the fill atribute in the active state.
- @Porcunanet@whiteknight-dev
You did an excelent job! I would reduce the space between elements and you would have the perfect clone.
- @ayeshashaaikWhat are you most proud of, and what would you do differently next time?
I'm proud of successfully making the QR Code component fully responsive and closely matching the design. It helped me improve my CSS skills and layout techniques.Next time, I would use CSS Grid for better layout control and explore adding subtle animations for a more interactive feel. 🚀😊
@whiteknight-devGreat solution! just the next time try to mimic the original design, as I can see it just a matter of font size in this case or text flow.