Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1edf20f
updated the index.html file with my name and Github name
Tobias-Amaechina Jul 31, 2026
f7c7e01
Updated the Index.html file with my personal name and gihub name
Tobias-Amaechina Jul 31, 2026
a5b9fe2
Fix header tag for TV Show Project
Tobias-Amaechina Aug 1, 2026
e176699
Update index.html
Tobias-Amaechina Aug 1, 2026
160e887
printed the array of the episodes on the screen
Tobias-Amaechina Aug 3, 2026
519d4d5
Created h2 element and displayed the first episode name
Tobias-Amaechina Aug 3, 2026
09f71e9
Created a FoEch loop to loop through each episode creating H2 elemt
Tobias-Amaechina Aug 3, 2026
5e5d431
create an article for each episode
Tobias-Amaechina Aug 3, 2026
589e745
used padstart method to format both the episode season and number to…
Tobias-Amaechina Aug 3, 2026
9834a91
create and image element img
Tobias-Amaechina Aug 3, 2026
c3457c1
set the image source using the medium size
Tobias-Amaechina Aug 3, 2026
3c45c1a
add the image alt test for accessibility
Tobias-Amaechina Aug 3, 2026
0d45f59
add the image to the card
Tobias-Amaechina Aug 3, 2026
8c52da3
created a div element for summary and display with innerHtml
Tobias-Amaechina Aug 3, 2026
110ab44
created a link element
Tobias-Amaechina Aug 3, 2026
e5b2dfb
set the link path
Tobias-Amaechina Aug 3, 2026
0f32882
add some text to explain the link
Tobias-Amaechina Aug 3, 2026
3770b73
set the target to _blank so it opens in new tab
Tobias-Amaechina Aug 3, 2026
7241f7e
added nooperner noreferrer for more security
Tobias-Amaechina Aug 3, 2026
c940046
added link to the card
Tobias-Amaechina Aug 3, 2026
7314134
Used one element to create elemet that holds name and code,
Tobias-Amaechina Aug 3, 2026
fe332f4
Refactor episode setup and filtering functionality in script.js
sofragiualina Aug 8, 2026
77c0677
Merge pull request #1 from Tobias-Amaechina/level200
Tobias-Amaechina Aug 8, 2026
16b7687
Deleted Episodes.js file
Tobias-Amaechina Aug 9, 2026
d41c40b
Deleted the script tag in index.html file
Tobias-Amaechina Aug 9, 2026
9a2b13b
Show loading message in the root element in the indext.htm file
Tobias-Amaechina Aug 9, 2026
e9cc750
implements Fetch async and error message
Tobias-Amaechina Aug 9, 2026
44b6d0f
fixed a bug , by correcting the name from rooElem to rootElem @ line 6
Tobias-Amaechina Aug 9, 2026
d7c4d36
Refactor setup and fetchEpisodes functions to improve error handling …
sofragiualina Aug 12, 2026
65b0d44
Merge pull request #2 from Tobias-Amaechina/level200
Tobias-Amaechina Aug 12, 2026
48eabf1
create a variable to hold all Show
Tobias-Amaechina Aug 13, 2026
3b218af
Update the function Setup
Tobias-Amaechina Aug 13, 2026
2dffc13
Implement the function makePageForShow to creat the actual function
Tobias-Amaechina Aug 13, 2026
c70b739
Implemented a function to do transition from show to episodes
Tobias-Amaechina Aug 13, 2026
57d32f5
Updated the loading message in fetchEpisodes funcion
Tobias-Amaechina Aug 13, 2026
4993089
Creat epusode heading and deleted dispalyEpisodesPage function
Tobias-Amaechina Aug 13, 2026
8c59119
deleted episode selector
Tobias-Amaechina Aug 13, 2026
ad12762
Changes displayEpisodePage to fetchEpisodes
Tobias-Amaechina Aug 13, 2026
1cd9df6
added the episodeSelect eventlistener
Tobias-Amaechina Aug 13, 2026
05f0d46
created container for episodes
Tobias-Amaechina Aug 13, 2026
c61e954
update the function makePageForepisode so it wraps the episodes in …
Tobias-Amaechina Aug 13, 2026
00fe355
Hide the showing list by wiping it
Tobias-Amaechina Aug 13, 2026
16972ad
updated the fallbacks for runtime genre and showgenre
Tobias-Amaechina Aug 13, 2026
4e96064
updated show rating with optional chaing to avoid falsy-trapp risk
Tobias-Amaechina Aug 13, 2026
6f0939a
updated the Show error function
Tobias-Amaechina Aug 13, 2026
cb3c284
Updated the Style sheet and the root element in index .html from div…
Tobias-Amaechina Aug 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Loading