Idea on Project

An idea I had for this project is somehow creating a website with a whole bunch of movies and TV shows that you can choose from, and a way to search for all of them. The technical requirements for this project include:

  • Final program code (created independently or collaboratively)
  • A video that displays the running of your program and demonstrates functionality you developed (created independently)
  • Written responses to all the prompts in the performance task (created independently)

I feel like the things I can design now are probably the dropdown menu to choose from all these movies, and the code for when they click on the movie, for it to take them to a different screen to watch it. It also says "students need practice implementing programs that first include sequencing, then incorporate selection and iteration, and finally use procedures and lists." I feel that we've touched most if not all of these basics over the first couple of weeks. Somethings I would still need to learn is how to put the actual movie or TV show on the site, so when they hit play, they are watching it on the site. Some resources that I have available is code.org to maybe help we work with building apps more and understanding the code, the people around me in this class, and past students that have already taken this class.

from IPython.display import Image
Image(filename="/Users/dmsol/Tera/images/Screen Shot 2022-09-11 at 12.29.24 PM.png", width=600, height=400)