Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 351 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 351 Bytes

Form data (with Node.js)

Implement an app that

  • shows an HTML form with an info about an expense (date, title and amount)
  • receives its data in a POST request
  • save it to a JSON file
  • and return an HTML page with well formatted JSON

Read the guideline before start