<?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: Aswanth M.C</title>
    <description>The latest articles on DEV Community by Aswanth M.C (@aswanth_mc_d870caf3a1c4a).</description>
    <link>https://dev.to/aswanth_mc_d870caf3a1c4a</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%2F3711872%2Fc4059d51-f910-4f52-af11-17a963021f09.jpg</url>
      <title>DEV Community: Aswanth M.C</title>
      <link>https://dev.to/aswanth_mc_d870caf3a1c4a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aswanth_mc_d870caf3a1c4a"/>
    <language>en</language>
    <item>
      <title>I Built a GitHub Activity Visualizer Dashboard Using JavaScript (Looking for Feedback!)</title>
      <dc:creator>Aswanth M.C</dc:creator>
      <pubDate>Fri, 10 Apr 2026 04:23:19 +0000</pubDate>
      <link>https://dev.to/aswanth_mc_d870caf3a1c4a/i-built-a-github-activity-visualizer-dashboard-using-javascript-looking-for-feedback-2fih</link>
      <guid>https://dev.to/aswanth_mc_d870caf3a1c4a/i-built-a-github-activity-visualizer-dashboard-using-javascript-looking-for-feedback-2fih</guid>
      <description>&lt;h1&gt;
  
  
  🚀 I Built a GitHub Activity Visualizer Dashboard (Looking for Feedback!)
&lt;/h1&gt;

&lt;p&gt;Hey developers 👋&lt;/p&gt;

&lt;p&gt;I recently built a &lt;strong&gt;GitHub Activity Visualizer&lt;/strong&gt; — a web app that helps you explore and understand your GitHub profile in a more visual and interactive way.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 What is this project?
&lt;/h2&gt;

&lt;p&gt;This is a dashboard-style web app where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enter any GitHub username&lt;/li&gt;
&lt;li&gt;View profile details&lt;/li&gt;
&lt;li&gt;Explore repositories&lt;/li&gt;
&lt;li&gt;Analyze languages used&lt;/li&gt;
&lt;li&gt;See commit activity over time&lt;/li&gt;
&lt;li&gt;Visualize contributions in a heatmap&lt;/li&gt;
&lt;/ul&gt;




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

&lt;p&gt;👉 &lt;a href="https://aswanth-mc.github.io/GitHub-activity-visualizer/" rel="noopener noreferrer"&gt;View Live Project&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  📸 Demo Preview
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Faswanth-mc%2FGitHub-activity-visualizer%2Fblob%2Fmain%2Fassests%2Fpreview%2FScreenshot%2520%283%29.png%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Faswanth-mc%2FGitHub-activity-visualizer%2Fblob%2Fmain%2Fassests%2Fpreview%2FScreenshot%2520%283%29.png%3Fraw%3Dtrue" alt="Dashboard Preview" width="733" height="730"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;👤 Clean Profile Card (avatar, bio, followers)&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;📦 Repository Section with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stars ⭐&lt;/li&gt;
&lt;li&gt;Forks 🍴&lt;/li&gt;
&lt;li&gt;Language badges&lt;/li&gt;
&lt;li&gt;Forked repo indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;💻 Language Usage Visualization&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;📈 Commits Over Time (chart)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;🟩 Contribution Heatmap (GitHub-style)&lt;/p&gt;&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML, CSS, JavaScript (Vanilla)&lt;/li&gt;
&lt;li&gt;GitHub REST API&lt;/li&gt;
&lt;li&gt;Chart.js&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 Why I Built This
&lt;/h2&gt;

&lt;p&gt;I wanted to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Practice working with real APIs&lt;/li&gt;
&lt;li&gt;Improve my frontend skills&lt;/li&gt;
&lt;li&gt;Build something useful for developers&lt;/li&gt;
&lt;li&gt;Create a project that stands out on my GitHub&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚠️ Challenges I Faced
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Handling API edge cases (like empty repositories)&lt;/li&gt;
&lt;li&gt;Processing commit data from events&lt;/li&gt;
&lt;li&gt;Designing a clean and responsive UI&lt;/li&gt;
&lt;li&gt;Making data visualization meaningful&lt;/li&gt;
&lt;/ul&gt;




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

&lt;ul&gt;
&lt;li&gt;Working with real-world APIs&lt;/li&gt;
&lt;li&gt;Data transformation &amp;amp; visualization&lt;/li&gt;
&lt;li&gt;UI structuring using Grid &amp;amp; Flexbox&lt;/li&gt;
&lt;li&gt;Writing cleaner and modular JavaScript&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤝 Contribute to the Project
&lt;/h2&gt;

&lt;p&gt;I’d love contributions from other developers!&lt;/p&gt;

&lt;p&gt;You can help by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improving UI/UX&lt;/li&gt;
&lt;li&gt;Adding new features&lt;/li&gt;
&lt;li&gt;Fixing bugs&lt;/li&gt;
&lt;li&gt;Optimizing performance&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;👉 &lt;a href="https://github.com/your-username/github-activity-visualizer" rel="noopener noreferrer"&gt;https://github.com/your-username/github-activity-visualizer&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🛠️ How to Contribute
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Fork the repo&lt;/li&gt;
&lt;li&gt;Create a new branch&lt;/li&gt;
&lt;li&gt;Make your changes&lt;/li&gt;
&lt;li&gt;Submit a Pull Request&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  💬 Feedback Wanted
&lt;/h2&gt;

&lt;p&gt;I’d really appreciate your feedback!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features should I add next?&lt;/li&gt;
&lt;li&gt;How can I improve the UI?&lt;/li&gt;
&lt;li&gt;Any performance or code suggestions?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop your thoughts in the comments 🙌&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Future Improvements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📊 Advanced analytics&lt;/li&gt;
&lt;li&gt;🌙 Dark/Light mode toggle&lt;/li&gt;
&lt;li&gt;📱 Better mobile responsiveness&lt;/li&gt;
&lt;li&gt;🔍 Repo filtering &amp;amp; search&lt;/li&gt;
&lt;li&gt;📌 Featured projects section&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⭐ Support
&lt;/h2&gt;

&lt;p&gt;If you like this project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Give it a ⭐ on GitHub&lt;/li&gt;
&lt;li&gt;Share it with others&lt;/li&gt;
&lt;li&gt;Follow me for more projects&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Thanks for reading! 😊&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
