Open endymion1818 opened 2 years ago
Hey @endymion1818 I'm interested in writing this
Awesome @IsaacThaJunior, I'll send you a scope of works doc soon.
Hi @endymion1818 I'm interested in writing on this topic.
I'm interested in writing on this topic.
@endymion1818 I'm interested in writing on this topic.
Introduction
Trello allows users to organize their work in easy to manage, drag & drop columns. There are many similar services available on the web, but there are complexities in building such applications, for example, how to manage drag & drop interactions on the columns as well as the individual cards? And more importantly, where to store the data that users add to their board?
Goals
In this tutorial we will build a Trello clone with Gatsby, using Webiny Headless CMS as a data source. We'll fetch data from Webiny's Headless CMS GraphQL API and render it in our application. Users will be able to create, update and destroy cards and columns. We'll use Gatsby 4 API's such as getServerData() and dynamic routing.
Out of scope: user authentication
Outline
[Here is the sample outline.
Sample articles
No response