<?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: Subhransu Sekhar</title>
    <description>The latest articles on DEV Community by Subhransu Sekhar (@sekharsubhransu04).</description>
    <link>https://dev.to/sekharsubhransu04</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%2F3962338%2F4c4dc9a7-56b7-466d-8bf4-6ebf8a516f3f.png</url>
      <title>DEV Community: Subhransu Sekhar</title>
      <link>https://dev.to/sekharsubhransu04</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sekharsubhransu04"/>
    <language>en</language>
    <item>
      <title>How I built a free financial calculator suite for India in vanilla JS (no frameworks)</title>
      <dc:creator>Subhransu Sekhar</dc:creator>
      <pubDate>Mon, 01 Jun 2026 08:51:42 +0000</pubDate>
      <link>https://dev.to/sekharsubhransu04/how-i-built-a-free-financial-calculator-suite-for-india-in-vanilla-js-no-frameworks-78d</link>
      <guid>https://dev.to/sekharsubhransu04/how-i-built-a-free-financial-calculator-suite-for-india-in-vanilla-js-no-frameworks-78d</guid>
      <description>&lt;p&gt;I got frustrated with existing Indian finance calculators. &lt;br&gt;
They're slow, cluttered, require logins, and most don't &lt;br&gt;
understand Indian-specific products like step-up SIPs, &lt;br&gt;
floating rate EMI tracking, or the old vs new tax regime.&lt;/p&gt;

&lt;p&gt;So I spent a few weeks building one from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Home Loan EMI with full month-by-month amortisation table&lt;/li&gt;
&lt;li&gt;Prepayment tracking — add a lump sum on any month and 
see exact interest saved&lt;/li&gt;
&lt;li&gt;SIP, Step-up SIP and Lumpsum projections&lt;/li&gt;
&lt;li&gt;FD &amp;amp; RD maturity calculator&lt;/li&gt;
&lt;li&gt;Old vs New Tax Regime side-by-side comparison&lt;/li&gt;
&lt;li&gt;Goal-based SIP planner with inflation adjustment&lt;/li&gt;
&lt;li&gt;SWP (Systematic Withdrawal Plan) calculator&lt;/li&gt;
&lt;li&gt;Multi-loan EMI comparison with Best Value highlighting&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure vanilla JS — no React, no Vue, no build tools&lt;/li&gt;
&lt;li&gt;Chart.js for all visualisations&lt;/li&gt;
&lt;li&gt;Single HTML file — entire app is one file&lt;/li&gt;
&lt;li&gt;Hosted free on Netlify&lt;/li&gt;
&lt;li&gt;Mobile responsive with CSS Grid and Flexbox&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Interesting challenges
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Step-up SIP calculation&lt;/strong&gt; was trickier than expected — &lt;br&gt;
you can't use the standard SIP formula, you have to loop &lt;br&gt;
month by month and increment the contribution every 12 months.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prepayment tracking&lt;/strong&gt; required rebuilding the entire &lt;br&gt;
amortisation schedule dynamically on every input change, &lt;br&gt;
recalculating every future month's opening balance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Old vs New tax regime&lt;/strong&gt; — the slab structures are &lt;br&gt;
completely different so I wrote two separate tax functions &lt;br&gt;
and run both on every calculation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Live tool
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://smartfoliotools.netlify.app" rel="noopener noreferrer"&gt;https://smartfoliotools.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Completely free, no login, works on mobile. &lt;br&gt;
Would love feedback from the community — especially &lt;br&gt;
if anything looks wrong on your device!&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;Planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NPS calculator&lt;/li&gt;
&lt;li&gt;HRA exemption calculator
&lt;/li&gt;
&lt;li&gt;Capital gains tax calculator&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any other Indian finance tools you wish existed?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>opensource</category>
      <category>react</category>
      <category>software</category>
    </item>
  </channel>
</rss>
