Skip to content

chidiwilliams/vue-datatable

Repository files navigation

britecore-data-table

Questions

  • How long did you spend on the test? Would you do anything differently if you had more time?

    • Answer: I spent about 8 hours spread across a week. I'd incorporate pagination
  • In what ways would you adapt your component so that it could be used in many different scenarios where a data table is required?

    • Answer: I'd restructure the component to be fed an API endpoint
  • What is your favorite CSS property? Why?

    • Answer: display. I appreciate the ability to make things disapper by setting it to none
  • What is your favorite modern Javascript feature? Why?

    • Answer: String Templating. It's just such an elegant new solution to an old problem.
  • What is your favorite third-party Vue.js library? Why?

    • Answer: Vue.js devtools. Makes debugging a tad more fun.

Description

My thought process was to show attention to scalability, take advantage of new html/js features, write readable code

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

About

Take Home Project for the BriteCore Frontend Developer position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published