Simple Fetch Demo

Simple Fetch Demo

This page uses fetch() to get fake Todo list data from the JSON Placeholder free API https://jsonplaceholder.typicode.com/todos.
That data is then put into a ul list element and displayed below.