Skip to content

Latest commit

 

History

History
 
 

Video 111

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

You have to use an api and display the data in the form of a card under a container. All the data points returned by the API should be converted to a card Use this API: https://jsonplaceholder.typicode.com/posts

Hint: Create a state for the data which will be fetched using the Json Placeholder API Inside useEffect, use fetch to populate that state and then use map to render the cards from that state