Content Deep Dive
Build a Trello Clone Application with React and Strapi
Blog post from Strapi
Post Details
Company
Date Published
Author
Opuama Lucky
Word Count
2,373
Language
English
Hacker News Points
-
Summary
</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.