</p>` We've created a Trello clone application using React.js and Strapi as our backend. We were able to retrieve and create tasks, as well as enable drag and drop functionality, by utilizing the sortable package. The application data relies on Strapi, so we'll need to start our Strapi server for the app to work. The final output displays a Trello-like interface with four categories: Idea, Todo, In Progress, and Published. Users can add new tasks, drag them between categories, and view their progress.