<?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: SONALI A</title>
    <description>The latest articles on DEV Community by SONALI A (@sonali_a_965a0c7421ed1c2a).</description>
    <link>https://dev.to/sonali_a_965a0c7421ed1c2a</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%2F3136843%2F27f753c0-256b-49cb-9fb1-b706bec42b4b.png</url>
      <title>DEV Community: SONALI A</title>
      <link>https://dev.to/sonali_a_965a0c7421ed1c2a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sonali_a_965a0c7421ed1c2a"/>
    <language>en</language>
    <item>
      <title>WellnessTracker: Amazon Q Developer "Quack The Code" Challenge.</title>
      <dc:creator>SONALI A</dc:creator>
      <pubDate>Sun, 11 May 2025 08:22:35 +0000</pubDate>
      <link>https://dev.to/sonali_a_965a0c7421ed1c2a/wellnesstracker-amazon-q-developer-quack-the-code-challenge-3li4</link>
      <guid>https://dev.to/sonali_a_965a0c7421ed1c2a/wellnesstracker-amazon-q-developer-quack-the-code-challenge-3li4</guid>
      <description>&lt;p&gt;This is a submission for the Amazon Q Developer "Quack The Code" Challenge: Crushing the Command Line.&lt;/p&gt;

&lt;p&gt;💡 What I Built&lt;br&gt;
I created a Command Line-based Wellness Tracker that helps users maintain consistency in their physical and mental wellness routines by automating check-ins, habit tracking, and productivity nudges.&lt;/p&gt;

&lt;p&gt;This tool:&lt;/p&gt;

&lt;p&gt;Allows users to log wellness activities (hydration, sleep, workouts, meditation, etc.) via the terminal.&lt;/p&gt;

&lt;p&gt;Sends reminders or nudges for missed activities.&lt;/p&gt;

&lt;p&gt;Summarizes weekly or monthly performance in a structured format.&lt;/p&gt;

&lt;p&gt;It is fully CLI-based and lightweight — perfect for developers who live in the terminal.&lt;/p&gt;

&lt;p&gt;It solves the problem of accountability and consistency in self-care for people who are always on their computers but tend to neglect wellness. Think of it as a daily nudge from your terminal to take care of yourself.&lt;/p&gt;

&lt;p&gt;🎥 Demo&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%2F8dimowaqmmmfd7v6kvo8.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%2F8dimowaqmmmfd7v6kvo8.png" alt="Image description" width="800" height="372"&gt;&lt;/a&gt;&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%2Ff7p1qrw5rgtljz52bl5s.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%2Ff7p1qrw5rgtljz52bl5s.png" alt="Image description" width="800" height="369"&gt;&lt;/a&gt;&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%2Fa2z0r4fky5dlznm46on2.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%2Fa2z0r4fky5dlznm46on2.png" alt="Image description" width="800" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 GitHub Repository&lt;br&gt;
(&lt;a href="https://github.com/SONALI-005/Wellness_Tracker" rel="noopener noreferrer"&gt;https://github.com/SONALI-005/Wellness_Tracker&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;🤖 How I Used Amazon Q Developer&lt;br&gt;
Amazon Q Developer was my copilot throughout this project. Here's how it helped:&lt;/p&gt;

&lt;p&gt;🧠 Idea brainstorming: I used Q to brainstorm wellness features that are meaningful but simple to implement via the CLI.&lt;/p&gt;

&lt;p&gt;📦 Code generation: Q helped scaffold the script for logging, file handling, and notification messages.&lt;/p&gt;

&lt;p&gt;🐛 Debugging: Whenever I hit syntax or logic issues, I pasted errors into Q and received helpful insights immediately.&lt;/p&gt;

&lt;p&gt;🧪 Testing CLI commands: It also helped me generate test cases to ensure different wellness categories were recorded properly.&lt;/p&gt;

&lt;p&gt;👩‍🎓 Student Submission&lt;br&gt;
Yes, I’m currently a student!&lt;/p&gt;

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