Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 576 Bytes

youtube-clone

home screenshot

Built with:

  • Semantic HTML5 Markup.
  • CSS [PURE].
  • JavaScript [PURE].

Implementations:

  • Format ISO8601 duration to HH:MM:SS Format.
  • Format Views Count, For Example: [495120] => [495K].
  • Calculate upload date, For Example: [2 months ago].

Features:

  • Fully responsive.
  • Videos was retrieved from YouTube API v3.

JavaScript Features:

  • Regular Expressions.
  • Modules.
  • Higher Order Functions [map].
  • Fetch and Promise.