We have looked at how to create an API. In this challenge we shall be looking at how to consume one.
Based on the test data here
https://jsonplaceholder.typicode.com/posts
Create a system that displays this information in a table.
Notes:
- Remember to first upgrade php to php7 before starting your project
- Consider using Guzzle
