Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

Frontend-Challenge.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

Challenge Idea

The purpose of this task is to show your frontend skills (javascript, html, css), one page should be implemented that shows products list and the user can click on any product to get its details

alt text

Acceptance Criteria

Expectations

  • You can use any javascript framework you want for this task (using VUE is a plus)
  • You can use any css framework
  • ECMAScript 6 and beyond must be used
  • Unit testing
  • No plugin should be used for pagination and image gallery
  • How will the components communicate with each other ?
  • Quality over quantity
  • For uncompleted points please mention in the readme how you were going to implement them.

We are looking for readability, documentation, good architectural decisions, eye for performance, modularity, and unit tested code.