Skip to content

Latest commit

 

History

History

13_Five-Friends

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Five Friends

What You'll Do

You're working on a new component for "Your Space", a brand new social media application for finding friends. This component displays a user's top five friends.

Given some JSON, dynamically generate thumbnails for the top five friends. You can append these thumbnails to the <div id="timeline"></div>.

Requirements