Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.19 KB

Odore High-level Sign up Form

Odore test assignment for Senior Front-end Developer Position (ReactJS).

Due date to return the assignment: 2 days.
Time to complete: approximately 20 minutes.
Expected outcome: high-level component tree structure, components list with naming, documentation about components responsibilities. No code required.

Task Description

Create 2 visual forms for user sign up. Form #1 requires a user to fill their username and password. Form #2 requires username, password and gender. Both forms will submit data o different API endpoints.

Output:

  1. Provide list of components using real names (how you would name them in the real application).
  2. Provide components tree structure in any form (e.g. > Form - Input + Button).
  3. Highlight reusable components if you going to have them.
  4. Provide description of the each component responsibilities.

Component visual implementation is out of the scope. Mechanism of saving data through API is out of the scope.

Task Completion

Task completion can be found here.