I applied new grid concepts to make the layout responsive. Instead of using grid areas like I normally do, I decided to use grid template columns and assign the amount of space each element should take.
What challenges did you encounter, and how did you overcome them?It was a challenge to manage the layout state of the inputs and the error messages when an error occurred, I thought of using siblings selector but for certain cases it was cumbersome, so I just added a special class to every input and changed the style of both the input and the error message to appear in case of an error
What specific areas of your project would you like help with?I think I did a good enough job in the JS part of my project but I would like to hear if I could have done it any better