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
Not Found

Submitted

Interactive Card Details Form Main

Dhia 710

@Dhia-18

Desktop design screenshot for the Interactive card details form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm mostly proud of my Javascript code. I've just started learning it, and I guess I'm doing a great step through it.

What challenges did you encounter, and how did you overcome them?

I had to work on positioning the cards, which was quite challenging, especially when transitioning from the mobile to the desktop version. It took me about an hour to get the code right.

What specific areas of your project would you like help with?

I would really appreciate feedback on how clear and organized my code is. If you have any better ideas for positioning the cards, I would greatly appreciate it!

Community feedback

Victor 1,200

@VictorKevz

Posted

Hey there! You're doing great working on this challenge! Although I'm not an expert, I suggest using the input type as "text" instead of number. Why? When you use "number," the browser displays spinners. Using text would avoid that; all you have to do is handle the validation with JavaScript. It might seem counterintuitive, but it gives you much flexibility in formatting your user input data. Alternatively, if you choose to use "number," you can use advanced CSS like Webkit to hide those spinners (arrows).

I hope you find this helpful 👍🏽

Marked as helpful

1
Dhia 710

@Dhia-18

Posted

@VictorKevz thanks for your feedback Victor. I will consider your advice from now on.

1

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