<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kliton</title>
    <description>The latest articles on DEV Community by Kliton (@kliton).</description>
    <link>https://dev.to/kliton</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F117128%2F870030c1-5814-432d-9db5-3b70dbd9d2cd.jpg</url>
      <title>DEV Community: Kliton</title>
      <link>https://dev.to/kliton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kliton"/>
    <language>en</language>
    <item>
      <title>Full stack WebPageForm builder, NextJs, Typescript ( React ), Dnd-Kit, PostgreSQL, Prisma</title>
      <dc:creator>Kliton</dc:creator>
      <pubDate>Tue, 03 Oct 2023 05:50:20 +0000</pubDate>
      <link>https://dev.to/kliton/video-full-stack-webpageform-builder-nextjs-typescript-react-dnd-kit-postgresql-prisma-51mm</link>
      <guid>https://dev.to/kliton/video-full-stack-webpageform-builder-nextjs-typescript-react-dnd-kit-postgresql-prisma-51mm</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/QGXUUXy0AMw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://youtu.be/QGXUUXy0AMw"&gt;Youtube video&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Kliton/yt_pageform/"&gt;Github repo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://yt-pageform.vercel.app/"&gt;Live demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this 4 hour tutorial we are going to build this full stack PageForm application.&lt;/p&gt;

&lt;p&gt;We are going to build this with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Nextjs 13 with AppRouter&lt;/li&gt;
&lt;li&gt;Dnd-kit library&lt;/li&gt;
&lt;li&gt;ServerActions&lt;/li&gt;
&lt;li&gt;Typescript&lt;/li&gt;
&lt;li&gt;Tailwindcss / Shadcn UI&lt;/li&gt;
&lt;li&gt;Vercel PostgreSQL&lt;/li&gt;
&lt;li&gt;Prisma as ORM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Responsive&lt;/li&gt;
&lt;li&gt;Create forms with a stunning drag and drop designer&lt;/li&gt;
&lt;li&gt;Layout fields: Title, SubTitle, Spacer, Separator, Paragraph&lt;/li&gt;
&lt;li&gt;Form fields: Text, Number, Select, Date, Checkbox, Textarea&lt;/li&gt;
&lt;li&gt;Is easy to add and customize new fields&lt;/li&gt;
&lt;li&gt;Form preview dialog&lt;/li&gt;
&lt;li&gt;Share form url&lt;/li&gt;
&lt;li&gt;Form submission/validation&lt;/li&gt;
&lt;li&gt;Form stats: visits and submissions&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>dnd</category>
      <category>typescript</category>
      <category>react</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Build a Full Stack ReminderApp with React, NextJs, Typescript, ServerAction, Zod, Hook-form, Prisma, and Tailwind</title>
      <dc:creator>Kliton</dc:creator>
      <pubDate>Sat, 16 Sep 2023 14:04:24 +0000</pubDate>
      <link>https://dev.to/kliton/build-a-full-stack-reminderapp-with-react-nextjs-typescript-serveraction-zod-hook-form-prisma-and-tailwind-27nb</link>
      <guid>https://dev.to/kliton/build-a-full-stack-reminderapp-with-react-nextjs-typescript-serveraction-zod-hook-form-prisma-and-tailwind-27nb</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jAMVODrNd9I"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I published my last video: Build a full stack ReminderApp ( TypeScript )&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Server actions ( no http API )&lt;/li&gt;
&lt;li&gt;Prisma ORM&lt;/li&gt;
&lt;li&gt;React-hook-form and zod&lt;/li&gt;
&lt;li&gt;Shadcn/ui and TailwindCSS&lt;/li&gt;
&lt;li&gt;Light/Dark Theme&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=jAMVODrNd9I&amp;amp;ab_channel=CodewithKliton"&gt;Youtube video&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Kliton/fullstack_remindMe_youtube_video"&gt;Github repo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fullstack-remind-me-youtube-video.vercel.app"&gt;Live demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope you like it 😀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>typescript</category>
      <category>tutorial</category>
      <category>react</category>
    </item>
    <item>
      <title>Build a drag and drop Kanban Board: React, Typescript, Tailwind, Dnd-Kit</title>
      <dc:creator>Kliton</dc:creator>
      <pubDate>Mon, 31 Jul 2023 18:14:15 +0000</pubDate>
      <link>https://dev.to/kliton/build-a-drag-and-drop-kanban-board-react-typescript-tailwind-dnd-kit-5p4</link>
      <guid>https://dev.to/kliton/build-a-drag-and-drop-kanban-board-react-typescript-tailwind-dnd-kit-5p4</guid>
      <description>&lt;h1&gt;
  
  
  Build a drag and drop Kanban Board: React, Typescript, Tailwind, Dnd-Kit
&lt;/h1&gt;

&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;Are you looking for a fun and practical project to improve your React skills? Do you want to learn how to create a kanban board that lets you organize your tasks and projects in a visual way?&lt;/p&gt;

&lt;p&gt;I’ve just uploaded a new video where I show you how to build a kanban board from scratch using React, TypeScript, TailwindCSS and dnd-kit.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://react-kanban-board-dnd-kit-tutorial-yt.vercel.app/"&gt;Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RG-3R6Pu_Ik"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;In this video, you will learn how to:&lt;/p&gt;

&lt;p&gt;Create columns and tasks with React components&lt;br&gt;
Enable drag and drop functionality for both columns and tasks using dnd-kit&lt;br&gt;
Edit the content and title of tasks and columns with inline editing&lt;br&gt;
Style the UI with TailwindCSS utility classes&lt;br&gt;
This project is a great way to practice your React skills and learn some new techniques and libraries. You will also end up with a useful tool that you can use for your own projects or customize further.&lt;/p&gt;

&lt;p&gt;So what are you waiting for? Check out the video below and let me know what you think in the comments.&lt;/p&gt;

&lt;p&gt;I hope you enjoy it as much as I did 😃&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>typescript</category>
      <category>tutorial</category>
      <category>react</category>
    </item>
  </channel>
</rss>
