<?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: Yugal Agarwal</title>
    <description>The latest articles on DEV Community by Yugal Agarwal (@yugal).</description>
    <link>https://dev.to/yugal</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%2F720134%2F0fb15e04-4006-4aca-943e-5fb109900cb6.png</url>
      <title>DEV Community: Yugal Agarwal</title>
      <link>https://dev.to/yugal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yugal"/>
    <language>en</language>
    <item>
      <title>FriendsRate</title>
      <dc:creator>Yugal Agarwal</dc:creator>
      <pubDate>Mon, 29 Sep 2025 05:37:08 +0000</pubDate>
      <link>https://dev.to/yugal/friendsrate-5cjl</link>
      <guid>https://dev.to/yugal/friendsrate-5cjl</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/kendoreact-2025-09-10"&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;This project is a "FriendRate" application, a private social platform where users can rate and review various items (movies, games, web series, etc.) and share these ratings with their friends. It allows users to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sign Up/Login: Users can create an account or log in with a username.&lt;/li&gt;
&lt;li&gt;Join Friend Profiles: Users can view a friend's profile by entering their unique profile ID, allowing for shared viewing of ratings and reviews.&lt;/li&gt;
&lt;li&gt;Manage Categories: Users can create and organize items into custom categories (e.g., Movies, Games).&lt;/li&gt;
&lt;li&gt;Add/Edit/Delete Items: Users can add new items to their categories, providing a title, description, and an optional website link. They can also edit or delete their own items.&lt;/li&gt;
&lt;li&gt;Add Reviews: Users can add a star rating (1-10) and a text review for any item.&lt;/li&gt;
&lt;li&gt;View Reviews: Users can see their own reviews and reviews from friends on shared items.&lt;/li&gt;
&lt;li&gt;Comment on Reviews: Users can add comments to specific reviews.&lt;/li&gt;
&lt;li&gt;Share Profile: Users can easily share a link to their profile for friends to join.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;The project is available at: 

&lt;/p&gt;
&lt;div class="ltag__bolt"&gt;
  &lt;iframe src="https://friendrate-private-r-r4me.bolt.host" title="Bolt App" width="100%" height="600"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6snsyv1o4fepngmsh7z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6snsyv1o4fepngmsh7z.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  KendoReact Components Used
&lt;/h2&gt;

&lt;p&gt;The KendoReact components that are implemented in this project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Input: To replace standard HTML  elements for text fields, such as usernames in AuthModal.tsx, category names in AddEditModal.tsx, and comment input in CommentsModal.tsx.&lt;/li&gt;
&lt;li&gt;TextArea: To replace standard HTML  elements for multi-line text inputs, like item descriptions in AddEditModal.tsx and review text in ReviewModal.tsx.&lt;/li&gt;
&lt;li&gt;DropDownList: To replace the standard HTML  element for category selection in AddEditModal.tsx.&lt;/li&gt;
&lt;li&gt;Button: To replace all standard HTML  elements throughout the application, providing a consistent and styled button experience. This would apply to buttons in Header.tsx, AuthModal.tsx, AddEditModal.tsx, ReviewModal.tsx, CommentsModal.tsx, and ItemCard.tsx.&lt;/li&gt;
&lt;li&gt;DropDownButton: To replace custom dropdown menus, such as the "More Options" menu (Edit/Delete) in ItemCard.tsx.&lt;/li&gt;
&lt;li&gt;Dialog / Window: To replace the custom modal implementations (AuthModal, AddEditModal, ReviewModal, CommentsModal) for a more robust and accessible modal experience.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  [Optional: Code Smarter, Not Harder prize category] AI Coding Assistant Usage
&lt;/h2&gt;

&lt;p&gt;The assistant was tasked with identifying appropriate places in the existing React codebase to replace native HTML elements and custom components with their KendoReact equivalents. This involved modifying multiple files.&lt;/p&gt;

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