Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 917 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 917 Bytes

Assignment 2 - Short Stack: Basic Two-tier Web Application using HTML/CSS/JS and Node.js

Best Movies in the WORLD

This website presents the best movies (according to my opinion, but also allows the user to add movies to the page).There were a lot of challenges getting the server to work with the page. Also to geth the users input to add to the table of movies. I looked up ways to connect the server and try and project the user input onto the page. The page could use a lot more styling and maybe more information on the movies.

http://a2-ncarvajalerker.glitch.me

Technical Achievements

  • Tech Achievement 1: Using a combination of html and javascript I was able to take in the users input and add it to a table of information, where the information is organized.

Design/Evaluation Achievements

  • Design Achievement 1: Changing the color of the text when inputing it into the fields.