Skip to content

antonin87/vue-test-1-object-explorer

 
 

Repository files navigation

vue-obj-explorer

Welcome aspiring Tokar! This your first test to enter the front-end team.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Instructions

Create a fork of this repository to push your code to.

Your aim is to create a very simple visualizer and editor for nested objects, like the one we put in the data.obj of the main instance (check in src/App.vue). Your code should be generic, so that if we change the input object, it still works.

Your missions:

  1. Visualize the object clearly
  2. Allow edition of values (bonus: avoid mutating the props directly!)
  3. Allow edition of keys

Timing: 1h

About

First front-end test for Toucan Toco applicants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • Vue 36.4%
  • HTML 7.0%