Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 503 Bytes

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