Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 374 Bytes

Goals

  • Review the codebase that has been provided
  • Movies stored in movies.json should be displayed when the user visits the root path
  • App should include a form that displays on the root path as well
  • Submitting the form should add movies to the "database"
  • List of movies on main page should update immediately on form submission, without requiring a page refresh