Open DevonOline opened 4 weeks ago
I modified this task a bit. I believe the task is to create customer.html and include the UI form elements for the page. I would mockup the page in HTML and CSS, create the form, add fields to it and then step 2, take that html and put it into React. React is going to do all the heavy lifting in terms of DOM manipulation
This item needs more definition in terms of what content we need to capture. What fields are on the form? How are you going to validate the incoming data. Where will you display error messages? How are we passing the data we collect to the backend? I'm considering these questions while I work on an application design.