update instruction

This commit is contained in:
James Duan 2024-01-09 18:29:41 +00:00
parent 0b10fc0b2e
commit 8a4314b9e5

View File

@ -10,6 +10,7 @@ Please build the following form component
![form component mock](./mock.png)
* Name input should be validated using the provided mock API to check whether the chosen name is taken or not.
* Name input should be validated as the user is typing.
* Location dropdown options should be fetched using the provided mock API.
* Component should have a responsive layout
* Component should be appropriately styled