Dynamic Form Rendering from JSON
Challenge 1 - Medium
Description
Build a form that dynamically renders input fields based on a JSON configuration object. The form should handle different input types and validations.
Objective
Practice rendering components dynamically and typing complex data structures.