You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-15Lines changed: 26 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
7
7
# Table of contents
8
8
9
-
-[Project Overview](#projectoverview)
9
+
-[Overview](#overview)
10
10
-[Technologies](#technologies)
11
11
-[License](#license)
12
12
-[Acknowledgement](#acknowledgement)
13
13
14
14
15
-
# Project Overview
15
+
# Overview
16
16
17
17
This is a simple project that uses Sveltia CMS to easily manage and upload MP4 files of the tutorial clips. The clip filename has a shared video link ID, which will later be used to retrieve other information from the Lemnoslife API.
18
18
@@ -23,7 +23,7 @@ This is a simple project that uses Sveltia CMS to easily manage and upload MP4 f
23
23
- Takes information from the MP4 filename.
24
24
- Calls the Lemnoslife API to retrieve additional data about the YouTube tutorial, such as:
25
25
- Tutorial title
26
-
- Link
26
+
-Video Link
27
27
- Channel title
28
28
- Picks the library badge based on the title keywords.
29
29
- Updates the JSON file with the retrieved data.
@@ -40,22 +40,33 @@ This project was made with the best practices for performance, including:
40
40
- Video placeholders to improve initial load times.
41
41
- Using the Intersection Observer API to stop playing videos when they are offscreen.
42
42
- Other performance improvements to ensure a smooth user experience.
43
-
- 98/100 Lighthouse score for Performance on mobile.
43
+
44
+
These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
0 commit comments