Sonjide-zz / tv-show-dom-project

Sonjide's tv-show-dom-project

Home Page:https://cyf-sonjide-tv.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tv-show-dom-project

A starting point for CYF's TV show DOM project

The requirements for the project are here:

https://github.com/CodeYourFuture/syllabus/tree/london/js-core-3/tv-show-dom-project

Level 100 - Minimal features: https://github.com/CodeYourFuture/syllabus/blob/london/js-core-3/tv-show-dom-project/level-100.md

All episodes must be shown For each episode, AT LEAST following must be displayed: the episode's name the season number the episode number the episode's medium-sized image the episode's summary text You should combine season number and episode number into an episode code: Each part should be zero-padded to two digits. Example: S02E07 would be the code for the 7th episode of the 2nd season. S2E7 would be incorrect. Your page should state somewhere that the data has (originally) come from TVMaze.com, and link back to that site (or the specific episode on that site). See tvmaze.com/api#licensing.

About

Sonjide's tv-show-dom-project

https://cyf-sonjide-tv.netlify.app/


Languages

Language:JavaScript 87.1%Language:CSS 8.6%Language:HTML 4.3%