Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.26 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.26 KB

Task

Create a person view component as a same element (same HTML syntax) with different scopes of view.

  1. Large
  2. Medium
  3. Small

Person view component

Write as less code as possible, with focus on clean and reusable code. Try to take advantage from frameworks available below or add another familiar to you. The project use a number of open source projects to work properly.

Example of person item data:

{
    "image": "09811ea.jpg",
    "fullName": "Roee Adler",
    "position": "Chief Product Officer",
    "company": "WeWork",
    "summary": ""
}

Technologies

How to run the project?

Node.js sould be installed.

  • Download this repository
  • Open terminal in project folder
  • Run dependencies installation
npm install
  • Run project with gulp
gulp