Step 2: download the project files.
Click on the green "Code" button and select "Download ZIP";
Unzip the file to access the "interactive-video-grid" folder. Store or rename it as you prefer.
Your directory should look like:
interactive-video-grid/
├─ videos/
├─ main.js
├─ config.js
├─ styles.css
├─ reset.css
├─ index.html
├─ LICENSE
├─ README.md
├─ .gitattributes
It might seem overwhelming, but you'll only interact with three things:
videos/ (video directory)
config.js (personalization settings)
index.html (start-up file)
Open the index.html to verify its functionality.
The folder contains only one dummy video, forming not too much of a grid currently. If problems arise, consider using a different browser or reach out to quanzh4396@gmail.com.
Now you're ready for configuration.
Last updated