<?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: Sumeet Giri</title>
    <description>The latest articles on DEV Community by Sumeet Giri (@sumeet_giri).</description>
    <link>https://dev.to/sumeet_giri</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%2F3252317%2F37a25ac9-466f-42c5-961f-c97172f921c6.png</url>
      <title>DEV Community: Sumeet Giri</title>
      <link>https://dev.to/sumeet_giri</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sumeet_giri"/>
    <language>en</language>
    <item>
      <title>My First Open Source Contribution</title>
      <dc:creator>Sumeet Giri</dc:creator>
      <pubDate>Sun, 08 Jun 2025 11:28:27 +0000</pubDate>
      <link>https://dev.to/sumeet_giri/my-first-open-source-contribution-10b5</link>
      <guid>https://dev.to/sumeet_giri/my-first-open-source-contribution-10b5</guid>
      <description>&lt;h1&gt;
  
  
  🚀 My First Open Source Contribution –
&lt;/h1&gt;

&lt;p&gt;Open source has always intrigued me—but I never imagined that contributing to a real project would be this exciting and rewarding.&lt;/p&gt;

&lt;p&gt;Recently, I contributed to an open-source project maintained by my scriptsprite private limited, and I want to share how I did it, what I learned, and why you should try it too—especially if you're learning frontend development.&lt;/p&gt;




&lt;h2&gt;
  
  
  💼 About the Project
&lt;/h2&gt;

&lt;p&gt;The project was a frontend web application built with modern web technologies like &lt;strong&gt;HTML&lt;/strong&gt;, &lt;strong&gt;CSS&lt;/strong&gt;, and &lt;strong&gt;JavaScript&lt;/strong&gt;. It already had a solid base, but there were several areas that could be improved—especially for &lt;strong&gt;mobile responsiveness&lt;/strong&gt;, &lt;strong&gt;form handling&lt;/strong&gt;, and &lt;strong&gt;UI structure&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ My Contributions
&lt;/h2&gt;

&lt;p&gt;I worked on the &lt;strong&gt;frontend side&lt;/strong&gt;, and here's what I contributed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Improved mobile responsiveness (navbar, hero section, layout)&lt;/li&gt;
&lt;li&gt;✅ Refactored CSS for better readability and maintainability&lt;/li&gt;
&lt;li&gt;✅ Added error handling and better messages for form validation&lt;/li&gt;
&lt;li&gt;✅ Lazy-loaded images to boost performance&lt;/li&gt;
&lt;li&gt;✅ Improved accessibility using proper contrast and ARIA labels&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These changes not only improved the user experience but also helped make the project more scalable and inclusive.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ How I Contributed (Step-by-Step)
&lt;/h2&gt;

&lt;p&gt;Even though I had direct access to the repository, I followed a &lt;strong&gt;professional workflow&lt;/strong&gt; just like any open-source contributor:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. 📦 Cloned the Project
&lt;/h3&gt;

&lt;p&gt;I used GitHub Desktop to clone the repo and set it up locally:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/relative/project-name.git
cd project-name
npm install
npm run dev

2. 🧑‍💻 Made My Changes

Using VS Code and Chrome DevTools, I fixed layout bugs, made the site mobile-friendly, and added accessibility improvements.

3. 💬 Committed and Pushed Changes

I made meaningful commits and pushed them:

git add .
git commit -m "Improved mobile navbar and added ARIA labels"
git push origin responsive

📚 What I Learned

Real-world workflow using Git branches, commits, and pull requests

Importance of writing clean, maintainable code

How small UI tweaks can have a huge impact

That open-source welcomes beginners—everyone can help!



---

🙋 Why You Should Contribute Too

Contributing to open-source projects helps you:

💼 Build real-world skills

💻 Improve your Git and collaboration workflow

🛠 Showcase work on your GitHub profile

📈 Grow as a developer by working with real codebases

💬 Join a community and get feedback on your code


Start small—fix a typo, improve layout, or write better error messages. Every contribution matters.


---

📌 Final Thoughts

I’ve pinned the project I contributed to on my GitHub profile. It’s a great feeling to know I improved something real—and I encourage you to try it too.

If you’re new to open source, don’t let it intimidate you. Pick a project, clone it, and get involved. Your code could make someone’s project better—and you’ll grow in the process.


---

🔗 Connect With Me

Want to chat about frontend or open source?

GitHub: github.com/Sumeet-Giri

LinkedIn: linkedin.com/in/sumeet-giri

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
      <category>career</category>
    </item>
  </channel>
</rss>
