Skip to content

A mobile-first app which allow a user to curate a list of their favorite videos on YouTube and watch them.

Notifications You must be signed in to change notification settings

slothwerks-studio/my-personal-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mobile-first app which allow a user to curate a list of their favorite videos on YouTube and watch them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published