Skip to content

Perennial-Systems/frontend-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Front-end engineer challenge

This challenge is designed to assess the ability of a front-end candidate to write component-based UIs.

Submission instructions

  1. Fork this repository on github.
  2. Complete the project as described below within your fork.
  3. Push all of your changes to your fork on github and submit a pull request to this repository.

Project description

Write a component that renders arbitrary component with tree of radios and checkboxes state.

State should represent list of radio elements where each radio may have list of checkboxes elements.

This component should have an input box and three buttons:

  1. click on the first button will serialize the full state of the application and copy it to the clipboard.
  2. The state can be pasted to the input box and reset the current application state on the click of the second button.
  3. Click on third button should load state from remote endpoint and render it (no need to implement server side, just assume there is webservice returns your desired app state)

Refer to the image below for a simple (but not complete) example.

example

Implementation instructions

  1. Use VueJs
  2. Use best practices in front-end development

Evaluation criteria

  1. Code quality and organization
  2. Code readability
  3. Commit history
  4. Test coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published