Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 397 Bytes

File metadata and controls

10 lines (9 loc) · 397 Bytes

Week 1: Refreshing Basic HTML, CSS, and JS

Requirements:

  • HTML: Webpage that responds to user input
  • CSS: Updates style and/or elements
  • JS: Response from the network call

Week 2: A simple Node HTTP Server

Requirements:

  • a GET request to path /users, returning an html page with a list of names
  • a POST request with a JSON payload that returns an html page with the JSON value