A WordPress plugin for syncing and displaying todos. This plugin includes third-party API integration, MySQL interaction and shortcode development and Error loging. It's the best plugin for your practice.
- Develop a WordPress plugin that integrates with an external API: https://jsonplaceholder.typicode.com/todos.
- Save the results in the database.
- Provide an admin interface for synchronizing data and searching by the title field.
- Add a shortcode that displays a random list of the last 5 incomplete tasks.
- Log errors using Psr\Log.