We've created this problem to evaluate how developers tackle a real-world problem. If you've been assigned this problem you should spend around 2 hours working on it. The last thing we want you to do is toil away for days on end!
If you've stumbled across this and want to work at Springload feel free to submit it too. We're always on the lookout for skilled developers.
Imagine, if you will, a form.
The form has a title reading "Contact form".
The form has these fields:
Email
must be a valid email address.Password
must be longer than 8 characters.Colour
is multichoice, where only one option may be selected, and the options areBlue
,Green
,Red
,Black
andBrown
.Animals
is multichoice, where multiple options can be selected, and the options areBear
,Tiger
,Snake
, andDonkey
.- If
Tiger
is selected then a textboxType of tiger
is revealed and this is a required field.
Feel free to decide any styling, responsive behaviour, or any text for error messages or labels or placeholders etc, yourself.
Your objective is to produce this form with as much or as little sophistication as you see fit, explaining what informed your decisions.
2 hours isn't much, so it's ok to not do everything!
We want to see what you've prioritised, and a description of what hasn't been done.
You might want to consider:
- Accessibility
- Progressive enhancement
- Browser support
- Testing
- Documentation
Submit your solution to the person who sent you the test, or to Springload... send a link to your repo or a ZIP or something like that.
Thanks!