<?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: Priyanka Shah</title>
    <description>The latest articles on DEV Community by Priyanka Shah (@priyanka_shah).</description>
    <link>https://dev.to/priyanka_shah</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%2F1750775%2Fa181a45d-b5d8-4036-8b1b-f472ac1b1c2d.jpg</url>
      <title>DEV Community: Priyanka Shah</title>
      <link>https://dev.to/priyanka_shah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priyanka_shah"/>
    <language>en</language>
    <item>
      <title>It's not a copilot it's a genie I never dreamt of!</title>
      <dc:creator>Priyanka Shah</dc:creator>
      <pubDate>Sat, 18 Jan 2025 16:58:05 +0000</pubDate>
      <link>https://dev.to/priyanka_shah/its-not-a-copilot-its-a-genie-i-never-dreamt-of-bjk</link>
      <guid>https://dev.to/priyanka_shah/its-not-a-copilot-its-a-genie-i-never-dreamt-of-bjk</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;I built a creative productivity tool to create new year resolutions for each year, track them and celebrate their successful accomplishments. Add a badge to the completed ones. &lt;/p&gt;

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

&lt;p&gt;Here's the link to my app: &lt;a href="https://extraordinary-sfogliatella-4ec868.netlify.app/" rel="noopener noreferrer"&gt;https://extraordinary-sfogliatella-4ec868.netlify.app/&lt;/a&gt; For best experience, please open on your desktop.&lt;/p&gt;

&lt;p&gt;Here's how my app took the shape:&lt;/p&gt;

&lt;p&gt;1 - Initial brainstorming phase &lt;/p&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%2F5wc3cf4rvqn85jdqqghy.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%2F5wc3cf4rvqn85jdqqghy.png" alt="Image description" width="800" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2 - Somewhere in the middle&lt;/p&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%2Fgz75xzpyswld2r8uzuiy.jpeg" 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%2Fgz75xzpyswld2r8uzuiy.jpeg" alt="Image description" width="800" height="514"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3 - Final App after 7 hours...&lt;/p&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%2Fm28kivzstkloij5k5ggs.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%2Fm28kivzstkloij5k5ggs.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://github.com/priyanka-hemant-shah/new-year-resolutions-tool" rel="noopener noreferrer"&gt;https://github.com/priyanka-hemant-shah/new-year-resolutions-tool&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Although I am a skilled frontend web developer, this time I took a back seat in terms of coding and decided to let GitHub Copilot do all the technical hard work. I took the approach of bespoke app development. I neither went anywhere on the internet to brainstorm or find inspiration, nor did I do any prior research on the topic. Instead, I directly brainstormed along with Copilot via prompts and built the app as things progressed. I did some initial brainstorming with Copilot Chat using the GPT-4 model on what I wanted to build. Then, I created a starter app with CRA as guided by the model. I switched to Copilot Edits and the Claude Sonnet 3.5 for the next 80% of the app building. I visualized things and just prompted the model to build, and the super talented Copilot did that surprisingly well and quickly and was always open to feedback! For example, I asked to add an input in the center of the screen to add resolutions that would get added to a list below upon hitting the enter button on the keyboard. Then, I asked to refine the style in terms of size and border. Within just 7 hours, I was able to create a beautiful New Year Resolutions app to create new year resolutions for each year, track them, and celebrate their successful accomplishments with a confetti animation! I added a badge to the completed ones. I was also able to add a light and dark theme switcher and a music button in just the last few minutes! I did just 5% of the coding, and even in that, I got autocomplete suggestions! &lt;/p&gt;

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

&lt;p&gt;My experience of working with the Copilot was mind-blowing! I always wanted to work with the best tech team and now I can say I have a coworker who has learned from the best ones in the World! This one-day dev challenge has turbo charged my speed in building apps with AI copilots and the process is so much fun. The journey has just begun!&lt;/p&gt;

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