First page as an home page Using json p l a c e h o l d e r h?ps:// jsonplaceholder.typicode.com/posts create a basic web applicaQon which does the following: code example
Example: json placeholder
fetch('https://jsonplaceholder.typicode.com/todos/1')
.then(response => response.json())
.then(json => console.log(json))