<?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: sujal</title>
    <description>The latest articles on DEV Community by sujal (@sujallama).</description>
    <link>https://dev.to/sujallama</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%2F771834%2F817982af-a98c-4261-92a1-34f0ba61e54e.jpeg</url>
      <title>DEV Community: sujal</title>
      <link>https://dev.to/sujallama</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sujallama"/>
    <language>en</language>
    <item>
      <title>Dev Task Management With KendoReact</title>
      <dc:creator>sujal</dc:creator>
      <pubDate>Sun, 23 Mar 2025 17:18:38 +0000</pubDate>
      <link>https://dev.to/sujallama/dev-task-management-with-kendoreact-4c9a</link>
      <guid>https://dev.to/sujallama/dev-task-management-with-kendoreact-4c9a</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/kendoreact"&gt;KendoReact Free Components Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I have built a task management app for the developers who want to manage different projects' tasks. You can simply add the project you are currently working on and add corresponding tasks. In the insight section, you can look at the overview of the projects and tasks you have done. Data are stored in the local storage for this app.&lt;/p&gt;

&lt;h3&gt;
  
  
  Demo
&lt;/h3&gt;

&lt;p&gt;Link to the demo: &lt;a href="https://dev-tasks-man.netlify.app/" rel="noopener noreferrer"&gt;demo&lt;/a&gt;&lt;br&gt;
Link to the repo: &lt;a href="https://github.com/SujalLama/devTasks" rel="noopener noreferrer"&gt;repo&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  KendoReact Experience
&lt;/h2&gt;

&lt;p&gt;Here are ten components I used from KendoReact:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AppBar -&amp;gt; To show the name of the app&lt;/li&gt;
&lt;li&gt;TabStrip -&amp;gt; To show the projects based on tab selected&lt;/li&gt;
&lt;li&gt;Dialog -&amp;gt; To show various forms on the modal&lt;/li&gt;
&lt;li&gt;Notifications -&amp;gt; Used as a Toast to show error and success message&lt;/li&gt;
&lt;li&gt;Drawer -&amp;gt; to show the sidebar for easier navigation to various screens&lt;/li&gt;
&lt;li&gt;DataGrid -&amp;gt; to show info about projects and their tasks&lt;/li&gt;
&lt;li&gt;Card -&amp;gt; to show individual project info&lt;/li&gt;
&lt;li&gt;Button -&amp;gt; for form submission &lt;/li&gt;
&lt;li&gt;DropdownList -&amp;gt; to select item from the list of options&lt;/li&gt;
&lt;li&gt;Input -&amp;gt; to capture the text info from the user about project and task&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>devchallenge</category>
      <category>kendoreactchallenge</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
