Skip to content

pennrosen/newsfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newsfeed

Prompt

Given a jsonp file that gives you a list of stories, headlines, summaries and photos, create a static webpage that does the following:

  1. Performs a client side request to fetch the contents of this JSONP file.

  2. Lay out the stories in a simple list with the information you think should display for each article. Extra points for making a beautiful presentation of the list.

  3. Make sure the page is responsive, with designs accommodating a 960+ web breakpoint, a 768 pixel tablet breakpoint, and a 320 pixel mobile breakpoint.

  4. Create the ability to toggle between English and a fake Martian language that follows these rules:

    • every word three characters or less is left alone
    • every word more than three characters is replaced with boinga.
    • maintain the same capitalization and punctuation in the English and Martian Versions.

To Build

http://localhost:3000/build/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages