CodeYourFuture / CodeYourFuture/Module-Data-Flows
TV Show Project Level 100: Display information about every episode of a single TV show.
- Langage dominant
- JavaScript
- Étoiles
- 0
- Forks
- 275
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
# 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.

Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Aucun fichier ni test du dépôt n’est indiqué ; commencez par la page existante de la série télévisée et son point d’entrée de récupération des données, puis examinez la source TVMaze et la capture d’écran d’exemple. C’est terminé lorsque chaque épisode est affiché avec son nom, sa saison, son numéro d’épisode, son image de taille moyenne, son résumé, un code S##E## complété par des zéros et une attribution contenant un lien vers TVMaze ou vers l’épisode.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- frontend
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100