Data manipulation from an external API.
Demo: Here
API used: https://jsonplaceholder.typicode.com
- Getting data(posts) from the placeholder API.
- Searching/filtering the fetched data through the title or the ID of the post.
- Adding new posts to the API.