Skip to content

mbanerjeepalmer/kuduweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front end architecture

  • Page
    • Heading
    • Form
      • Explanation label
      • URL input
      • Submit button
    • JavaScript
      • [x] When form submitted
      • [x] Get URL from input
      • [x] Submit URL from input to server
      • [ ] Parse response from server
      • [ ] Move form to bottom of the page
      • [ ] Put iframe below header
        • Put iframe there (hidden)
        • Set src to URL
      • [ ] Remove URL input box