<?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: Christian Akabueze</title>
    <description>The latest articles on Forem by Christian Akabueze (@christianfx).</description>
    <link>https://forem.com/christianfx</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%2F3660566%2F05c506e7-77fd-4dd8-9530-829d40aca38b.jpeg</url>
      <title>Forem: Christian Akabueze</title>
      <link>https://forem.com/christianfx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/christianfx"/>
    <language>en</language>
    <item>
      <title>How I Built a Real-Time CGPA Calculator using JavaScript and Firebase</title>
      <dc:creator>Christian Akabueze</dc:creator>
      <pubDate>Sat, 13 Dec 2025 22:15:15 +0000</pubDate>
      <link>https://forem.com/christianfx/how-i-built-a-real-time-cgpa-calculator-using-javascript-and-firebase-3bkp</link>
      <guid>https://forem.com/christianfx/how-i-built-a-real-time-cgpa-calculator-using-javascript-and-firebase-3bkp</guid>
      <description>&lt;h2&gt;
  
  
  Solving the Student Grading Headache 🎓
&lt;/h2&gt;

&lt;p&gt;As a Software Engineering student, I realized that tracking specific grades and calculating CGPA across different semesters was a hassle. Spreadsheets are boring, and manual calculation is prone to errors.&lt;/p&gt;

&lt;p&gt;So, I built AcademiaTrack— a web-based solution to solve &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ The Tech Stack&lt;/strong&gt;&lt;br&gt;
I wanted the app to be fast, responsive, and persistent (so data isn't lost on refresh).&lt;br&gt;
• Frontend: HTML5, CSS3, JavaScript&lt;br&gt;
• Styling: Tailwind CSS (for that modern, clean UI)&lt;br&gt;
• Backend/Database: Firebase (to store user scores securely)&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Real-time Calculation: The logic updates your CGPA instantly as you input grades.&lt;/li&gt;
&lt;li&gt;Data Persistence: Thanks to Firebase, students can log out and come back to their saved data.&lt;/li&gt;
&lt;li&gt;Responsive Design: It works perfectly on mobile phones, which is where most students check their results.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;💻 The Code&lt;/strong&gt;&lt;br&gt;
One of the biggest challenges was handling the weighting system for different courses. I used JavaScript array methods to map through the input fields and calculate the weighted average dynamically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect with Me&lt;/strong&gt;&lt;br&gt;
I am Christian Akabueze, a Frontend Developer passionate about building tools that solve real problems.&lt;br&gt;
• Check out the live project: &lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;a href="https://academiatrack.vercel.app/" rel="noopener noreferrer"&gt;https://academiatrack.vercel.app/&lt;/a&gt;&lt;br&gt;
• View my full &lt;strong&gt;Portfolio&lt;/strong&gt;: &lt;a href="https://devchristian.vercel.app/" rel="noopener noreferrer"&gt;https://devchristian.vercel.app/&lt;/a&gt;&lt;br&gt;
• Let's connect on LinkedIn:&lt;br&gt;
&lt;a href="http://linkedin.com/in/christian-akabueze-bb2b46391" rel="noopener noreferrer"&gt;http://linkedin.com/in/christian-akabueze-bb2b46391&lt;/a&gt;&lt;/p&gt;

</description>
      <category>firstpost</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
