Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 240 Bytes

File metadata and controls

4 lines (4 loc) · 240 Bytes

Test_DOM

  1. Fetches data from https://jsonplaceholder.typicode.com/posts
  2. Displays the post in a friendly format (doesn't have to use fancy CSS, but should be legible)
  3. Has the ability to filter posts by userId or id of the post.