Given a table of 1000 products with the following information: name, sku, category:
-
Display them in a table
-
Allow displaying only a specific category
-
Allow editing single product information
-
HTML Rendering should be done on client-side
-
Write tests/specs
-
Validate input and handle errors
-
Seeds file that populates the data
Bonus points:
-
Rails
-
Use of client-side framework: Ember CLI (preferred), AngularJS, React
-
Use of Bootstrap SASS/LESS
-
Client side validation
-
Pagination
-
Deploy to heroku