<?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: Shruti Adhav</title>
    <description>The latest articles on DEV Community by Shruti Adhav (@adhavshruti12).</description>
    <link>https://dev.to/adhavshruti12</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%2F2702443%2F0b4f18e1-153f-45d3-974e-fdae2f93954d.jpg</url>
      <title>DEV Community: Shruti Adhav</title>
      <link>https://dev.to/adhavshruti12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adhavshruti12"/>
    <language>en</language>
    <item>
      <title>WeCoded 2025 Landing Page</title>
      <dc:creator>Shruti Adhav</dc:creator>
      <pubDate>Sun, 06 Apr 2025 15:59:46 +0000</pubDate>
      <link>https://dev.to/adhavshruti12/wecoded-2025-landing-page-4ak5</link>
      <guid>https://dev.to/adhavshruti12/wecoded-2025-landing-page-4ak5</guid>
      <description>&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%2F5nen4mwwnum5be15dh0p.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%2F5nen4mwwnum5be15dh0p.png" alt="WeCoded 2025 Landing Page" width="800" height="368"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My WeCoded Landing Page
&lt;/h2&gt;

&lt;p&gt;A dynamic and engaging landing page for the annual WeCoded celebration, showcasing diversity and innovation in tech. Built with React, TypeScript, and Tailwind CSS.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic Content&lt;/strong&gt;: Real-time integration with DEV.to API to showcase WeCoded stories&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern Design&lt;/strong&gt;: Beautiful, responsive interface with smooth animations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Timeline&lt;/strong&gt;: Visual journey through WeCoded's history&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact Metrics&lt;/strong&gt;: Live statistics showcasing community growth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Story Submission&lt;/strong&gt;: Direct integration with DEV.to for new submissions&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;a href="https://we-coded-2025-landing-page.vercel.app/" rel="noopener noreferrer"&gt;https://we-coded-2025-landing-page.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub repo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/adhavshruti12/WeCoded-2025-Landing-Page.git" rel="noopener noreferrer"&gt;https://github.com/adhavshruti12/WeCoded-2025-Landing-Page.git&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Colors
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Primary Blue: &lt;code&gt;#4531EA&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Accent Green: &lt;code&gt;#CCEA71&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Secondary Purple: &lt;code&gt;#9D00E5&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Typography
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Modern, clean typography using Tailwind's font system&lt;/li&gt;
&lt;li&gt;Responsive text sizing for all devices&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Components
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Interactive cards with hover effects&lt;/li&gt;
&lt;li&gt;Glassmorphic UI elements&lt;/li&gt;
&lt;li&gt;Responsive grid layouts&lt;/li&gt;
&lt;li&gt;Animated transitions&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📱 Responsive Design
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mobile-first approach&lt;/li&gt;
&lt;li&gt;Breakpoints:

&lt;ul&gt;
&lt;li&gt;Mobile: &amp;lt; 768px&lt;/li&gt;
&lt;li&gt;Tablet: 768px - 1024px&lt;/li&gt;
&lt;li&gt;Desktop: &amp;gt; 1024px&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔄 API Integration
&lt;/h2&gt;

&lt;p&gt;The landing page integrates with the DEV.to API to fetch WeCoded stories:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="nf"&gt;fetch&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;https://dev.to/api/articles?tag=wecoded&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;then&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;response&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;response&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;json&lt;/span&gt;&lt;span class="p"&gt;())&lt;/span&gt;
  &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;then&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;data&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// Process articles&lt;/span&gt;
  &lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>devchallenge</category>
      <category>wecoded</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Momentum: Start with 5 Minutes- productivity web app designed to help users overcome procrastination</title>
      <dc:creator>Shruti Adhav</dc:creator>
      <pubDate>Sat, 18 Jan 2025 15:22:59 +0000</pubDate>
      <link>https://dev.to/adhavshruti12/momentum-start-with-5-minutes-3ap1</link>
      <guid>https://dev.to/adhavshruti12/momentum-start-with-5-minutes-3ap1</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github"&gt;GitHub Copilot Challenge &lt;/a&gt;: New Beginnings&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Momentum is a productivity app designed to help users overcome procrastination by breaking down tasks into manageable 5-minute segments. By combining smart task suggestions, progress tracking, and gamification, Momentum makes productivity achievable and engaging.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;5-Minute Focus Sessions: Small, manageable time blocks to kickstart productivity.&lt;/li&gt;
&lt;li&gt;Smart Task Suggestions: Context-aware task recommendations based on user behavior and time of day.&lt;/li&gt;
&lt;li&gt;Automatic Task Breakdown: Simplifies complex tasks into actionable steps.&lt;/li&gt;
&lt;li&gt;Progress Tracking: Visual representation of accomplishments and streaks.&lt;/li&gt;
&lt;li&gt;Gamification: Level-up system and streaks to maintain motivation.&lt;/li&gt;
&lt;li&gt;Persistent Progress: Local data storage for seamless tracking across sessions.&lt;/li&gt;
&lt;li&gt;Category Management: Organize tasks into predefined categories like work, personal, and fitness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Impact&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduces overwhelm by breaking tasks into manageable chunks&lt;/li&gt;
&lt;li&gt;Builds confidence through visible progress&lt;/li&gt;
&lt;li&gt;Creates sustainable productivity habits&lt;/li&gt;
&lt;li&gt;Maintains motivation through gamification&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;a href="https://momentum-start-with-5-minutes.vercel.app/" rel="noopener noreferrer"&gt;https://momentum-start-with-5-minutes.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Repo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/adhavshruti12/Momentum-Start-with-5-Minutes.git" rel="noopener noreferrer"&gt;https://github.com/adhavshruti12/Momentum-Start-with-5-Minutes.git&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Copilot Experience
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot was instrumental in developing this project:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Code Generation&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Component structure suggestions&lt;/li&gt;
&lt;li&gt;Animation implementations&lt;/li&gt;
&lt;li&gt;State management patterns&lt;/li&gt;
&lt;li&gt;Utility functions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Problem Solving&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Task breakdown algorithms&lt;/li&gt;
&lt;li&gt;Storage management&lt;/li&gt;
&lt;li&gt;Time-based suggestions&lt;/li&gt;
&lt;li&gt;Progress calculations&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Best Practices&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code organization&lt;/li&gt;
&lt;li&gt;Performance optimizations&lt;/li&gt;
&lt;li&gt;Error handling&lt;/li&gt;
&lt;li&gt;Component composition&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  GitHub Models
&lt;/h2&gt;

&lt;p&gt;The project leverages GitHub Models for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Task Analysis&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pattern recognition in task descriptions&lt;/li&gt;
&lt;li&gt;Breaking down complex tasks&lt;/li&gt;
&lt;li&gt;Categorizing user inputs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Suggestion Engine&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Context-aware task recommendations&lt;/li&gt;
&lt;li&gt;Time-based task prioritization&lt;/li&gt;
&lt;li&gt;User pattern recognition&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Momentum demonstrates how small steps can lead to significant progress. The app's focus on 5-minute intervals, combined with smart suggestions and progress tracking, helps users overcome procrastination and build productive habits.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
