CodeYourFuture / CodeYourFuture/Module-Data-Flows
TV Show Project Level 100: Display information about every episode of a single TV show.
- 主要语言
- JavaScript
- 星标
- 0
- 派生
- 275
- PR 合并指标
- 30 天内没有已合并 PR
描述
# Level 100
For level 100, we are going to display information about every episode of a single TV show.
## Requirements
1. All episodes must be shown
2. For each episode, _at least_ following must be displayed:
1. The name of the episode
2. The season number
3. The episode number
4. The medium-sized image for the episode
5. The summary text of the episode
3. Combine season number and episode number into an **episode code**:
1. Each part should be zero-padded to two digits.
2. Example: `S02E07` would be the code for the 7th episode of the 2nd season. `S2E7` would be incorrect.
4. Your page should state somewhere that the data has (originally) come from [TVMaze.com](https://tvmaze.com/), and link back to that site (or the specific episode on that site). See [tvmaze.com/api#licensing](https://www.tvmaze.com/api#licensing).
### Screenshot of minimal version
Note: Provided your project meets the above requirements, it can **look** however you want. Do the simplest thing to begin with.
Here is one example layout.

贡献指南
这个仓库没有索引到贡献指南
调研方向
未指定任何 repository 文件或测试;从现有的电视节目页面及其数据获取入口开始,然后查看 TVMaze 源代码和示例截图。完成的标准是每一集都显示其名称、季、集数、中等尺寸的图片、摘要、零填充的 S##E## 代码,以及链接到 TVMaze 或该集的署名信息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100