studiolegalesalomone.org
The site created for the Salomone studio is designed to have its contents loaded asynchronously through the use of Javascript. The Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP, such as requests and responses, a simple and logical way to retrieve resources asynchronously across the network. they are injected after being retrieved in .Json files.
A recovery request is really simple to set up, here is the code:
fetch('http://example.com/movies.json')
.then(response => response.json())
.then(data => console.log(data));

Portfolio