Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 425 Bytes

REQUIREMENTS.md

File metadata and controls

17 lines (13 loc) · 425 Bytes

project requirements

problem

build an <Avatar /> component similar to the one on GitHub

requirements

  • should take optional URL for avatar photo
    • should use default avatar photo if none provided
  • should check if avatar URL is valid
    • should use default avatar photo if invalid

api

  • should combine JSDoc + TS to provide good documentation
<Avatar url="https://github.com/jsjoeio.png" />