<?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>Forem: Booshpooshy</title>
    <description>The latest articles on Forem by Booshpooshy (@booshpooshy).</description>
    <link>https://forem.com/booshpooshy</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%2F3320883%2F2cb2ed5c-e939-474c-8b1b-3c6cf19d6f33.jpg</url>
      <title>Forem: Booshpooshy</title>
      <link>https://forem.com/booshpooshy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/booshpooshy"/>
    <language>en</language>
    <item>
      <title>Building a Health Symptom Tracker App: From Concept to Launch 🏥</title>
      <dc:creator>Booshpooshy</dc:creator>
      <pubDate>Fri, 04 Jul 2025 01:40:48 +0000</pubDate>
      <link>https://forem.com/booshpooshy/building-a-health-symptom-tracker-app-from-concept-to-launch-5alm</link>
      <guid>https://forem.com/booshpooshy/building-a-health-symptom-tracker-app-from-concept-to-launch-5alm</guid>
      <description>&lt;p&gt;Hi, I'm Bronson Salazar, a high school junior who just launched my first real project a Health Symptom Tracker App. What started as a solution for my mom and little sister has become my biggest learning experience in web development.&lt;br&gt;
My mom suffers from consistent migraines, and my little sister deals with restless leg syndrome. Watching them struggle to remember symptoms between doctor visits and communicate effectively with healthcare providers was heartbreaking. I knew there had to be a better way, and that's where this project began.&lt;br&gt;
Today, my Health Symptom Tracker App is helping my family have more productive conversations with their doctors, and I'm preparing to make it available to everyone who faces similar challenges. Here's how I built it, the obstacles I overcame, and what I learned as a high school developer tackling healthcare technology. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The Personal Problem That Sparked This Project&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Growing up, I watched my mom track her migraines on random pieces of paper, napkins, or phone notes that she'd inevitably lose before her doctor appointments. My little sister would try to explain her restless leg syndrome symptoms, but struggled to remember when they were worst or what might have triggered them.&lt;br&gt;
Seeing my family's frustration with existing tracking methods - from complex medical apps to simple pen and paper solutions I realized there was a gap for something that actually worked for real people dealing with real symptoms.&lt;br&gt;
As a high school junior interested in programming, I saw this as an opportunity to create something meaningful while learning web development. Little did I know how challenging my first "real" project would be.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Planning and Research Phase&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Before writing a single line of code, I spent time researching:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Essential features healthcare providers find valuable&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Privacy and security requirements for health data&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Tech Stack and Architecture Decisions&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
As a high school student, I chose Python and Flask because:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python&lt;/strong&gt;: I was already familiar with it from online courses&lt;br&gt;
&lt;strong&gt;Flask&lt;/strong&gt;: Lightweight framework perfect for learning web development&lt;br&gt;
&lt;strong&gt;SQLite&lt;/strong&gt;: Simple database that didn't require complex setup&lt;br&gt;
&lt;strong&gt;HTML/CSS/JavaScript&lt;/strong&gt;: For a clean, accessible frontend&lt;br&gt;
&lt;strong&gt;Jinja2&lt;/strong&gt;: Flask's templating engine for dynamic content&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Development Journey&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
Development Challenges and Solutions&lt;br&gt;
&lt;strong&gt;Challenge 1&lt;/strong&gt;: This Was My First Real Project&lt;br&gt;
The Problem: As a high school junior, I had only worked on small school assignments. Building a full web application felt overwhelming.&lt;br&gt;
&lt;strong&gt;The Reality&lt;/strong&gt;: I wanted to quit multiple times. Flask routing confused me, database connections failed constantly, and CSS styling took forever to get right.&lt;br&gt;
&lt;strong&gt;My Solution&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Used AI tools like ChatGPT to help debug errors and explain concepts&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Broke the project into tiny, manageable pieces&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Reminded myself that my family was depending on this solution&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Challenge 2: Making It Work for My Family's Specific Needs&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem&lt;/strong&gt;:&lt;br&gt;
 My mom's migraines and my sister's restless leg syndrome have different tracking requirements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Solution&lt;/strong&gt;:&lt;br&gt;
-&lt;em&gt;Created customizable symptom categories&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Added severity scales that made sense for each condition&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Included trigger tracking for patterns&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Challenge 3: Data Security and Privacy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem&lt;/strong&gt;: Even though it's just for my family, I knew I needed to handle health data responsibly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Solution&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Implemented user authentication with werkzeug&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Used Flask-Login for session management&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Encrypted sensitive data before storing&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Lessons Learned as a High School Developer&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical Skills I Gained&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Python web development with Flask&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Database design and SQLite management&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;User authentication and session handling&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;Responsive web design with CSS&lt;/em&gt;&lt;br&gt;
-&lt;em&gt;API development and JSON handling&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Life Lessons That Matter More&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Persistence pays off&lt;/strong&gt;: Every time I wanted to quit, I reminded myself why I started&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI tools are incredible learning aids&lt;/strong&gt;: ChatGPT helped me understand concepts I couldn't grasp from documentation alone&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Real problems motivate real solutions&lt;/strong&gt;: Building for my family kept me focused on what actually mattered&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Current Status and Impact&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Right now, the app has just three users: my mom, my little sister, and me (for testing). But the impact has been &lt;strong&gt;incredible&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;My mom's doctor visits are more productive because she has detailed migraine data&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;My sister can finally explain her restless leg patterns clearly&lt;br&gt;
I've learned more about web development than in any class&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;What's Next for the App&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Now that my family is successfully using the app, I'm planning to:&lt;/p&gt;

&lt;p&gt;-Make it publicly available for anyone struggling with symptom tracking&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Add more symptom categories based on common conditions&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Improve the user interface with better mobile responsiveness&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Add data visualization to help users spot patterns more easily&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;-&lt;em&gt;Create a simple onboarding process for new users&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The goal is to help other families like mine have better conversations with their healthcare providers and make communication simple.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;I'd love to hear from the Dev.to community!!:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For Highschoolers&lt;/strong&gt;: What was your first "real" project? How did you push through the difficult moments?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For experienced developers&lt;/strong&gt;: Any advice for a high school developer tackling healthcare technology? What are essential skills I should focus on?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For anyone with chronic conditions&lt;/strong&gt;: What features would make symptom tracking more useful for you?&lt;/p&gt;

&lt;p&gt;This is current version of my App &lt;a href="https://health-tracker-5vc3.onrender.com" rel="noopener noreferrer"&gt;https://health-tracker-5vc3.onrender.com&lt;/a&gt; . Follow me here on Dev.to for updates &lt;br&gt;
on the public launch!&lt;/p&gt;

&lt;p&gt;Thanks for reading! If you found this inspiring, I'd appreciate a ❤️ or 🦄. Your support means the world to a high school developer trying to make a difference.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
