Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.49 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.49 KB

My Personal TV

A web app which allows a user to curate a list of their favorite videos on YouTube and watch them.

How does it work?

This is a simple web app built with HTML, CSS, and JavsScript. The HTML consists of a television image (replaced by a video when selected), a list of videos, and a form used to add a new video to the list. The list is built using JavaScript from an array of objects. The video is added to the app simply by using YouTube's embed code; the embedded iFrame is added using JavaScript when a video is selected. Updates to the program array are saved in localStorage.

This public codebase was intentionally created to allow beginner programmers to learn how to code. It is also intentionally unfinished (see Improvements).

Live preview

Want to try out the code? Check out this live preview.

Improvements