<?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: Farhan Qureshi</title>
    <description>The latest articles on DEV Community by Farhan Qureshi (@farhan_qureshi_61a0f60399).</description>
    <link>https://dev.to/farhan_qureshi_61a0f60399</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3972167%2F03c4fcc9-52d8-45ba-8474-a801186aa8d2.jpg</url>
      <title>DEV Community: Farhan Qureshi</title>
      <link>https://dev.to/farhan_qureshi_61a0f60399</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farhan_qureshi_61a0f60399"/>
    <language>en</language>
    <item>
      <title>How Reddit Feedback Helped Me Improve My Age Calculator</title>
      <dc:creator>Farhan Qureshi</dc:creator>
      <pubDate>Tue, 09 Jun 2026 08:37:47 +0000</pubDate>
      <link>https://dev.to/farhan_qureshi_61a0f60399/how-reddit-feedback-helped-me-improve-my-age-calculator-822</link>
      <guid>https://dev.to/farhan_qureshi_61a0f60399/how-reddit-feedback-helped-me-improve-my-age-calculator-822</guid>
      <description>&lt;h1&gt;
  
  
  How Reddit Feedback Helped Me Improve My Age Calculator
&lt;/h1&gt;

&lt;p&gt;Recently I shared my Age Calculator project on Reddit to get feedback from other developers.&lt;/p&gt;

&lt;p&gt;The feedback was extremely useful.&lt;/p&gt;

&lt;p&gt;Some suggestions included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handling future dates properly&lt;/li&gt;
&lt;li&gt;Testing leap years&lt;/li&gt;
&lt;li&gt;Improving mobile responsiveness&lt;/li&gt;
&lt;li&gt;Adding better validation&lt;/li&gt;
&lt;li&gt;Making the UI cleaner&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After receiving feedback, I updated my project and fixed several issues.&lt;/p&gt;

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

&lt;p&gt;Building a project is only half the work.&lt;/p&gt;

&lt;p&gt;Getting feedback from real users helps identify bugs and improvements that you might never notice yourself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Exact age calculation&lt;/li&gt;
&lt;li&gt;Total days lived&lt;/li&gt;
&lt;li&gt;Next birthday countdown&lt;/li&gt;
&lt;li&gt;Dark mode&lt;/li&gt;
&lt;li&gt;Mobile-friendly design&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live Project
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://fq8404293-eng.github.io/age-calculator/" rel="noopener noreferrer"&gt;https://fq8404293-eng.github.io/age-calculator/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Advice for Beginners
&lt;/h2&gt;

&lt;p&gt;Don't be afraid to share your projects early.&lt;/p&gt;

&lt;p&gt;Community feedback can improve your project much faster than working alone.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How I Built an Age Calculator Using HTML, CSS and JavaScript</title>
      <dc:creator>Farhan Qureshi</dc:creator>
      <pubDate>Sun, 07 Jun 2026 07:14:33 +0000</pubDate>
      <link>https://dev.to/farhan_qureshi_61a0f60399/how-i-built-an-age-calculator-using-html-css-and-javascript-2pd4</link>
      <guid>https://dev.to/farhan_qureshi_61a0f60399/how-i-built-an-age-calculator-using-html-css-and-javascript-2pd4</guid>
      <description>&lt;h1&gt;
  
  
  How I Built an Age Calculator Using HTML, CSS and JavaScript
&lt;/h1&gt;

&lt;p&gt;I recently built a simple Age Calculator web application using HTML, CSS and JavaScript.&lt;/p&gt;

&lt;p&gt;The tool allows users to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Calculate exact age in years, months and days&lt;/li&gt;
&lt;li&gt;See total days lived&lt;/li&gt;
&lt;li&gt;View their next birthday countdown&lt;/li&gt;
&lt;li&gt;Use dark mode&lt;/li&gt;
&lt;li&gt;Access the tool on mobile devices&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Technologies Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;GitHub Pages&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;Some challenges included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handling future dates correctly&lt;/li&gt;
&lt;li&gt;Making the calculator mobile friendly&lt;/li&gt;
&lt;li&gt;Adding dark mode support&lt;/li&gt;
&lt;li&gt;Setting up sitemap and SEO pages&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;You can try the tool here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fq8404293-eng.github.io/age-calculator/" rel="noopener noreferrer"&gt;https://fq8404293-eng.github.io/age-calculator/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Building this project helped me learn:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DOM manipulation in JavaScript&lt;/li&gt;
&lt;li&gt;Responsive web design&lt;/li&gt;
&lt;li&gt;Basic SEO practices&lt;/li&gt;
&lt;li&gt;GitHub Pages deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback is welcome.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
