fernshin22 / City_homework

0 stars 0 forks source link

FEWD Week #5: More JavaScript


Description

JavaScript is powerful: we're able to take user interaction and information and use it to update the page without requiring a refresh.

This week, a new startup in your city, CitiPix, is looking to create a personalized picture app that allows users to store pictures they've taken around the world and quickly access them by typing in keywords or tags associated with each photo; they have asked for your help to start building the front-end prototype.

You will begin by building a web-app that will take a user's input and update the background image of the page based on that input.

Once again, you have been given the starter code that includes the HTML and the CSS.

Use the images in the images folder and write JavaScript to make the background image reflect user input based on the Technical Requirements below.



Real-World Applications



Technical Requirements

Take a look at what your final product should look like before and after:

Deliverable

After entering "NYC" and submitting:

Deliverable

Bonus

NOTE: You will have to add these images to your /images folder



Resources



Evaluation / Submission

You should start by using the starter code and focus on adding the proper JavaScript to update the background of the page. Please create a new repository on GitHub called "homework-city" and push your code to it when they are ready to submit.

I will evaluate on your fulfillment of technical requirements, and will provide a numeric grade on a scale for each technical requirement: does not meet expectations (0); meets expectations (1); exceeds expectations (2).

The maximum possible score on this assignment is 28/28. Bonus materials are completely optional.

Final Project Milestone 1

By August 7th, you should have submitted a proposal and wireframes for your final project.