Essentially bringing Signals to React.
Go to file
2023-11-09 14:49:02 -08:00
solution minor update to package.json 2023-11-09 14:49:02 -08:00
.gitignore Initial commit 2023-11-09 13:36:46 -08:00
LICENSE Initial commit 2023-11-09 13:36:46 -08:00
mock.png bootstrap a basic react project 2023-11-09 14:45:22 -08:00
package-lock.json bootstrap a basic react project 2023-11-09 14:45:22 -08:00
package.json minor update to package.json 2023-11-09 14:49:02 -08:00
README.md bootstrap a basic react project 2023-11-09 14:45:22 -08:00

react-interview-q1

Instructions

Clone this repo first into your own github account. Make sure to thoroughly read the instructions and implement the react component to meet the provided requirements. Send back a link to your cloned repo. You are expected to make implementation choices around customer experience and efficiency. Please make sure to explain your choices in comments.

Requirements

Please build the following form component form component mock

  • Name input should be validated using the provided mock API to check whether the chosen name is taken or not.
  • Location dropdown options should be fetched using the provided mock API.
  • Component should have a responsive layout
  • Component should be appropriately styled
  • Unit tests are not required