<?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: AKASH G</title>
    <description>The latest articles on DEV Community by AKASH G (@imgakash).</description>
    <link>https://dev.to/imgakash</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%2F4024770%2Fb0a4403b-b292-4349-9d8e-a1978dd8a7ca.png</url>
      <title>DEV Community: AKASH G</title>
      <link>https://dev.to/imgakash</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imgakash"/>
    <language>en</language>
    <item>
      <title>Building the DSA Tracker I Wish I Had as a Student</title>
      <dc:creator>AKASH G</dc:creator>
      <pubDate>Sat, 11 Jul 2026 06:24:43 +0000</pubDate>
      <link>https://dev.to/imgakash/building-the-dsa-tracker-i-wish-i-had-as-a-student-1793</link>
      <guid>https://dev.to/imgakash/building-the-dsa-tracker-i-wish-i-had-as-a-student-1793</guid>
      <description>&lt;h1&gt;
  
  
  Building the DSA Tracker I Wish I Had as a Student 🚀 #weekendchallenge
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-07-09"&gt;Weekend Challenge: Passion Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;DSA Tracker&lt;/strong&gt;, a platform designed to help students stay consistent with Data Structures and Algorithms practice while learning concepts in an organized way.&lt;/p&gt;

&lt;p&gt;Like many students preparing for placements and improving problem-solving skills, I often found myself asking:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which problems have I solved?&lt;/li&gt;
&lt;li&gt;Which topics am I weak at?&lt;/li&gt;
&lt;li&gt;How do I track consistency over months instead of days?&lt;/li&gt;
&lt;li&gt;Why do most trackers feel like spreadsheets rather than learning platforms?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DSA Tracker was my attempt to solve these problems.&lt;/p&gt;

&lt;p&gt;The project started as a simple CRUD-based tracker but gradually evolved into a learning platform that combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Problem tracking&lt;/li&gt;
&lt;li&gt;Progress monitoring&lt;/li&gt;
&lt;li&gt;Topic-based organization&lt;/li&gt;
&lt;li&gt;Interactive learning modules&lt;/li&gt;
&lt;li&gt;A foundation for future analytics and personalized recommendations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Help students focus less on managing their preparation and more on improving their problem-solving skills.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;As someone who is currently on the same journey, this project is deeply personal to me and perfectly matches the theme of &lt;strong&gt;Passion Edition&lt;/strong&gt;.&lt;/p&gt;




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

&lt;h3&gt;
  
  
  Live Application
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://dsatracker-51wk.vercel.app/" rel="noopener noreferrer"&gt;https://dsatracker-51wk.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  GitHub Repository
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/ImGakash/dsatracker" rel="noopener noreferrer"&gt;https://github.com/ImGakash/dsatracker&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;The entire source code is available on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ImGakash/dsatracker" rel="noopener noreferrer"&gt;https://github.com/ImGakash/dsatracker&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React.js&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Backend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;Express.js&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Database
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Additional Technologies
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Google OAuth authentication&lt;/li&gt;
&lt;li&gt;Razorpay integration&lt;/li&gt;
&lt;li&gt;REST APIs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project evolved through multiple iterations.&lt;/p&gt;

&lt;p&gt;The earliest version was a simple tracker that allowed users to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add problems&lt;/li&gt;
&lt;li&gt;Mark problems as solved&lt;/li&gt;
&lt;li&gt;Delete entries&lt;/li&gt;
&lt;li&gt;Track progress percentages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Over time, it expanded into a more ambitious platform with authentication, user management, learning modules, and deployment infrastructure.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Designing scalable data models for user progress.&lt;/li&gt;
&lt;li&gt;Implementing authentication workflows.&lt;/li&gt;
&lt;li&gt;Handling API communication between frontend and backend services.&lt;/li&gt;
&lt;li&gt;Deploying and maintaining the application for real users.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One lesson this project taught me is that products rarely start as their final vision.&lt;/p&gt;

&lt;p&gt;A small project can grow significantly when you continue improving it based on your own frustrations and experiences.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prize Categories
&lt;/h2&gt;

&lt;p&gt;I am submitting this as a general Weekend Challenge submission and not targeting any specific sponsor category.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This project exists because of a problem I personally faced.&lt;/p&gt;

&lt;p&gt;The best projects often begin that way:&lt;/p&gt;

&lt;p&gt;You build something because you need it yourself.&lt;/p&gt;

&lt;p&gt;DSA Tracker is still evolving, and I hope to continue improving it into a platform that can genuinely help students stay consistent and motivated throughout their preparation journey.&lt;/p&gt;

&lt;p&gt;Feedback and suggestions are always welcome!&lt;/p&gt;

</description>
      <category>weekendchallenge</category>
      <category>devchallenge</category>
    </item>
  </channel>
</rss>
