Skip to content

lyle45/person-web-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • CSS 18.5%
  • HTML 0.1%