<?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: Praneet Biswal</title>
    <description>The latest articles on Forem by Praneet Biswal (@praneet_biswal_d355dcff3c).</description>
    <link>https://forem.com/praneet_biswal_d355dcff3c</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%2F3198576%2F3921643d-fe48-45ed-bf40-ad35429e6d0b.jpeg</url>
      <title>Forem: Praneet Biswal</title>
      <link>https://forem.com/praneet_biswal_d355dcff3c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/praneet_biswal_d355dcff3c"/>
    <language>en</language>
    <item>
      <title>“Transforming Office Culture with a Vibrant Intranet Homepage — My Axero Challenge Build”</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Wed, 09 Jul 2025 18:11:10 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/transforming-office-culture-with-a-vibrant-intranet-homepage-my-axero-challenge-build-45n9</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/transforming-office-culture-with-a-vibrant-intranet-homepage-my-axero-challenge-build-45n9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend/axero"&gt;Frontend Challenge: Office Edition sponsored by Axero, Holistic Webdev: Office Space&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I created a modern, responsive intranet homepage for a fictional company called NovaTech Solutions. My goal was to design a clean and accessible digital workspace where employees can quickly access essential resources, stay updated on announcements, participate in internal polls, and view important information like upcoming events and weather updates.&lt;/p&gt;

&lt;p&gt;The intranet layout includes:&lt;/p&gt;

&lt;p&gt;📢 An animated announcement ticker&lt;br&gt;
📅 Upcoming events listing&lt;br&gt;
🎉 Employee of the month spotlight&lt;br&gt;
📌 Quick links to HR documents and directories&lt;br&gt;
📊 A live voting poll widget (with localStorage persistence)&lt;br&gt;
🌦️ A real-time weather widget powered by a public API&lt;br&gt;
📱 Fully responsive design for desktop and mobile devices&lt;br&gt;
🎨 Smooth button animations and transitions for a polished UX&lt;/p&gt;

&lt;p&gt;My focus was on delivering a workspace that’s lightweight, intuitive, and functional — using vanilla HTML, CSS, and JavaScript without frameworks.&lt;/p&gt;

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

&lt;p&gt;🔗 Live Demo on CodePen (replace with your actual CodePen or Netlify link)&lt;/p&gt;

&lt;p&gt;Github Link- &lt;a href="https://github.com/Praneetb2929/novatech-intranet" rel="noopener noreferrer"&gt;https://github.com/Praneetb2929/novatech-intranet&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3hl243w9vu2fs2ponafp.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3hl243w9vu2fs2ponafp.png" alt=" " width="800" height="444"&gt;&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8u8p4p2ovsgnxhw8heh.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb8u8p4p2ovsgnxhw8heh.png" alt=" " width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;This was a fun and valuable challenge where I revisited fundamental frontend skills without relying on frameworks like React or Vue. Here’s a bit about my process:&lt;/p&gt;

&lt;p&gt;I first mapped out the desired components for the intranet homepage and created a text-based wireframe.&lt;/p&gt;

&lt;p&gt;Developed the base HTML structure for layout clarity.&lt;br&gt;
Styled the layout using flexbox and CSS media queries for responsive behavior.&lt;br&gt;
Added an animated announcement ticker using CSS keyframes to enhance the dynamic feel of the page.&lt;br&gt;
Built a poll widget that stores votes using the browser’s localStorage, ensuring data persists across page refreshes.&lt;br&gt;
Integrated a weather widget fetching real-time temperature data via the Open-Meteo API — no API key required.&lt;br&gt;
Applied smooth hover animations and button transitions for a polished user experience.&lt;br&gt;
Focused on clean, readable, and modular code to make future enhancements easier.&lt;/p&gt;

&lt;p&gt;What I learned:&lt;/p&gt;

&lt;p&gt;The power of simple, modern vanilla CSS and JS for building lightweight apps.&lt;br&gt;
Integrating public APIs for dynamic content without frameworks.&lt;br&gt;
Handling localStorage-based state management in plain JS.&lt;br&gt;
Reinforcing accessibility and responsive design patterns from scratch.&lt;/p&gt;

&lt;p&gt;Highlight:&lt;br&gt;
The real-time poll system with live vote count display and persistent storage was particularly satisfying to build using simple event listeners and localStorage.&lt;/p&gt;

&lt;p&gt;⚙️ Technologies Used:&lt;/p&gt;

&lt;p&gt;HTML5&lt;br&gt;
CSS3 (Flexbox, media queries, keyframes animation)&lt;br&gt;
Vanilla JavaScript (fetch API, localStorage)&lt;br&gt;
Open-Meteo API (for live weather data)&lt;/p&gt;

&lt;p&gt;📖 License&lt;br&gt;
This project is open for use under the MIT License.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>💼 AI-Powered Job Hunt Automator &amp; Tracker using Runner H 🚀</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Thu, 03 Jul 2025 11:00:43 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/ai-powered-job-hunt-automator-tracker-using-runner-h-1cd9</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/ai-powered-job-hunt-automator-tracker-using-runner-h-1cd9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/runnerh"&gt;Runner H "AI Agent Prompting" Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I created a Job Hunt Automator &amp;amp; Tracker using Runner H, an AI agent workflow designed to simplify and speed up the job application process.&lt;br&gt;
This automation:&lt;/p&gt;

&lt;p&gt;Searches for job listings on LinkedIn and Indeed based on given job titles and keywords.&lt;/p&gt;

&lt;p&gt;Logs job details (title, company, location, and job link) into a Google Sheet.&lt;/p&gt;

&lt;p&gt;Sends an email summary of applied/saved jobs to the user.&lt;/p&gt;

&lt;p&gt;👉 The goal was to eliminate repetitive job-hunting tasks and turn them into a single AI-powered prompt.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://runner.hcompany.ai/chat/16ece13f-18d2-4171-9e87-7e056887f86e/share" rel="noopener noreferrer"&gt;https://runner.hcompany.ai/chat/16ece13f-18d2-4171-9e87-7e056887f86e/share&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;This is the actual link that ran on Runner h website. You can check the prommpt and all the proceeding steps of the prompt and how it managed to get the output.&lt;/p&gt;

&lt;p&gt;Here is the Prompt :&lt;br&gt;
Search for 10 remote Cloud Engineer jobs on LinkedIn and Indeed with keywords 'AWS', 'Docker', and 'Kubernetes' in the description. For each job found, extract the Job Title, Company Name, Location, and Job Link. Log these details into the Google Sheet at [Google Sheet URL]. After logging, send an email summary listing all 10 jobs with their titles and links to [Your Email]. Mark each job entry's date collected as today's date and status as 'Saved'.&lt;/p&gt;

&lt;p&gt;And the RESULTS I got are:&lt;/p&gt;

&lt;p&gt;IN MAIL:&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flufk1ve6rgqk0gnabyhf.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flufk1ve6rgqk0gnabyhf.png" alt="Image description" width="800" height="198"&gt;&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgw3rxaut1ou9sfznoff8.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgw3rxaut1ou9sfznoff8.png" alt="Image description" width="800" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;IN GOOGLE SHEETS:&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdh5cc901y6b0euhpdtf8.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdh5cc901y6b0euhpdtf8.png" alt="Image description" width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can try this for other job searches by changing just the job category.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Used Runner H
&lt;/h2&gt;

&lt;p&gt;I leveraged Runner H’s AI agent capabilities by:&lt;/p&gt;

&lt;p&gt;Writing a single detailed prompt to automate multi-step workflows.&lt;/p&gt;

&lt;p&gt;The agent:&lt;/p&gt;

&lt;p&gt;Accessed LinkedIn and Indeed&lt;br&gt;
Filtered job listings based on Cloud Engineer with keywords: AWS, Docker, Kubernetes&lt;br&gt;
Extracted job details&lt;br&gt;
Updated my Google Sheet via a shareable link&lt;br&gt;
Sent a summary email to my Gmail inbox&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Case &amp;amp; Impact
&lt;/h2&gt;

&lt;p&gt;Who benefits?&lt;/p&gt;

&lt;p&gt;Job seekers, students, freelancers, and anyone actively applying for positions online.&lt;/p&gt;

&lt;p&gt;Impact:&lt;/p&gt;

&lt;p&gt;Saves hours of manual job searching&lt;br&gt;
Ensures no good job listings are missed&lt;br&gt;
Helps track applications neatly in one place&lt;br&gt;
Makes job-hunting stress-free and AI-driven&lt;/p&gt;

&lt;p&gt;Future Scope:&lt;/p&gt;

&lt;p&gt;Auto-apply for ‘Easy Apply’ jobs&lt;br&gt;
Integrate with Slack or Telegram for instant notifications&lt;br&gt;
Extend to other job boards like Glassdoor and Naukri&lt;/p&gt;

&lt;h3&gt;
  
  
  Social Love
&lt;/h3&gt;

&lt;p&gt;Shared on Twitter (X):&lt;br&gt;
&lt;a href="https://x.com/praneet_biswal/status/1940727635497439740" rel="noopener noreferrer"&gt;https://x.com/praneet_biswal/status/1940727635497439740&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✅ Thanks to Runner H and H Company for making autonomous workflows this accessible — excited to explore more!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>runnerhchallenge</category>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>🎉 Pride Month 2025: A Colorful Landing Page for June Celebrations</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Fri, 20 Jun 2025 17:03:04 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/pride-month-2025-a-colorful-landing-page-for-june-celebrations-168k</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/pride-month-2025-a-colorful-landing-page-for-june-celebrations-168k</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-06-04"&gt;Frontend Challenge - June Celebrations, Perfect Landing: June Celebrations&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;For this challenge, I created a responsive and cheerful Pride Month 2025 Landing Page that highlights upcoming events, shares a brief history of Pride Month, and links to important LGBTQIA+ support resources.&lt;br&gt;
Pride Month is close to my heart for its emphasis on love, identity, and equality. I wanted to design a page that felt warm, welcoming, and informative — celebrating community while encouraging visitors to get involved.&lt;/p&gt;

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

&lt;p&gt;🔗 Live Demo (replace with your Netlify/CodePen/Vercel link)&lt;/p&gt;

&lt;p&gt;✨ Preview:&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F402nczxyj2dogeyaz0hf.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F402nczxyj2dogeyaz0hf.png" alt="Image description" width="800" height="498"&gt;&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog5cvnn74wzqq0cdopf7.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog5cvnn74wzqq0cdopf7.png" alt="Image description" width="800" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;Process:&lt;br&gt;
I started by sketching a simple layout: a vibrant gradient header, a hero section with a call-to-action, event cards, and a resource list.&lt;br&gt;
Focused on clean, responsive layout using CSS Grid and Flexbox.&lt;br&gt;
Added soft pastel backgrounds and hover interactions to keep it modern and friendly.&lt;br&gt;
Prioritized readability and accessibility in font choices, color contrast, and link behaviors.&lt;/p&gt;

&lt;p&gt;What I Learned:&lt;br&gt;
How minor UI details like spacing, color gradients, and button hovers can greatly improve the user experience.&lt;br&gt;
Practical CSS Grid for adaptive card layouts.&lt;br&gt;
Clean semantic HTML structure paired with modular CSS.&lt;/p&gt;

&lt;p&gt;What I'm Proud Of:&lt;br&gt;
The soft, inviting vibe of the page.&lt;br&gt;
Keeping it fully frontend and lightweight while informative.&lt;br&gt;
The quick-loading, mobile-responsive design.&lt;/p&gt;

&lt;p&gt;Next Steps:&lt;br&gt;
Add animated elements (like confetti or fade-ins on scroll)&lt;br&gt;
Maybe expand this into a micro Pride event aggregator app later.&lt;/p&gt;

&lt;p&gt;Team Submissions: praneet_biswal_d355dcff3c&lt;/p&gt;

&lt;p&gt;This project is open for use under the MIT License.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Frontend Challenge - June Celebrations, CSS Art: June Celebrations.</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Wed, 18 Jun 2025 09:43:07 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/frontend-challenge-june-celebrations-css-art-june-celebrations-2kd</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/frontend-challenge-june-celebrations-css-art-june-celebrations-2kd</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-06-04"&gt;Frontend Challenge - June Celebrations, CSS Art: June Celebrations&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;June is a month packed with diverse and meaningful celebrations — from honoring Father’s Day and Juneteenth to the vibrant spirit of Pride Month. I wanted to capture a cheerful scene that brings together these events with a playful, CSS-only art piece featuring a waving Pride flag, a Father's Day card, a delicious hazelnut cake, a Juneteenth calendar date, and a tiny donut with colorful sprinkles for National Donut Day.&lt;/p&gt;

&lt;p&gt;All of it is set under a bright sun to represent the warmth and joy of the month.&lt;/p&gt;

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

&lt;p&gt;🔗 Live Demo on CodePen (replace with your actual CodePen or Netlify link)&lt;/p&gt;

&lt;p&gt;Github Link- &lt;a href="https://github.com/Praneetb2929/june-css-art/tree/main" rel="noopener noreferrer"&gt;https://github.com/Praneetb2929/june-css-art/tree/main&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✨ Preview:&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv8ztzggkvcwb5dj5nrsz.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv8ztzggkvcwb5dj5nrsz.png" alt="Image description" width="800" height="233"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;This was a fun exercise in creative, semantic CSS positioning and animations:&lt;br&gt;
I started by sketching out the scene layout in my head, then translated it element by element.&lt;br&gt;
The Pride flag uses a simple linear-gradient background with a waving animation via @keyframes.&lt;br&gt;
The sun features a soft pulse animation for subtle liveliness.&lt;br&gt;
The donut was the trickiest but most fun — using border-radius, radial-gradient sprinkles, and a clever pseudo-element hole.&lt;br&gt;
Each item was labeled using cleanly styled speech-bubble-like divs.&lt;/p&gt;

&lt;p&gt;What I learned:&lt;br&gt;
How small animations like subtle transforms and pulses can add life to a static CSS scene.&lt;br&gt;
Reinforced the power of pseudo-elements (::before, ::after) to create layered details without extra markup.&lt;br&gt;
CSS radial-gradient tricks for sprinkles and textures.&lt;/p&gt;

&lt;p&gt;📌 Next Steps&lt;br&gt;
I'd love to try adding:&lt;br&gt;
Some animated confetti particles falling across the scene.&lt;br&gt;
A button to toggle between day and night mode with CSS transitions.&lt;br&gt;
Thanks to the DEV community for hosting this creative space!&lt;br&gt;
Happy June Celebrations to all 🎉🌈🍰&lt;/p&gt;

&lt;p&gt;&amp;lt;! Team Submissions: praneet_biswal_d355dcff3c --&amp;gt;&lt;/p&gt;

&lt;p&gt;📖 License&lt;br&gt;
This project is open for use under the MIT License.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>Postmark Challenge: Inbox Innovators.</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Tue, 27 May 2025 09:23:27 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/postmark-challenge-inbox-innovators-4c8f</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/postmark-challenge-inbox-innovators-4c8f</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/postmark"&gt;Postmark Challenge: Inbox Innovators&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;📌 &lt;em&gt;What I Built&lt;/em&gt;&lt;br&gt;
I built MailTasker, a lightweight Flask-based task manager for email-driven tasks.&lt;br&gt;
This tool lets users:&lt;br&gt;
1) View incoming task requests from emails.&lt;br&gt;
2)Mark tasks as Done.&lt;br&gt;
3)Delete tasks.&lt;br&gt;
4)Filter tasks by status (Pending / Done).&lt;br&gt;
5)Search tasks by subject or body content.&lt;/p&gt;

&lt;p&gt;MailTasker is designed to help people efficiently manage action items from their inboxes.&lt;/p&gt;

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

&lt;p&gt;Since this is a local-only demo for now, y0u can clone the repo and run:&lt;br&gt;
Run on cmd prompt python logic.py&lt;br&gt;
Visit: &lt;a href="http://127.0.0.1:5000/view-tasks" rel="noopener noreferrer"&gt;http://127.0.0.1:5000/view-tasks&lt;/a&gt; in your browser.&lt;/p&gt;

&lt;p&gt;🖼️ Screenshots:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcb4fby5galf149z23kum.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcb4fby5galf149z23kum.png" alt="Image description" width="800" height="466"&gt;&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7tv9bsjrpwm59s2e0i2.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7tv9bsjrpwm59s2e0i2.png" alt="Image description" width="800" height="293"&gt;&lt;/a&gt;&lt;/p&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa0ipso9wlibqs9vfn9f9.png" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa0ipso9wlibqs9vfn9f9.png" alt="Image description" width="800" height="465"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Test Instructions:&lt;br&gt;
Click ✔ Done to mark a task completed.&lt;br&gt;
Click 🗑 Delete to remove a task.&lt;br&gt;
Use the Search and Filter tools to manage your task view.&lt;/p&gt;

&lt;p&gt;**** Code Repository&lt;br&gt;
Check out the full source code here:&lt;br&gt;
&lt;a href="https://github.com/Praneetb2929/MailTasker-GitHub-Repository/tree/main" rel="noopener noreferrer"&gt;https://github.com/Praneetb2929/MailTasker-GitHub-Repository/tree/main&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Tech Stack:&lt;/p&gt;

&lt;p&gt;Python (Flask)&lt;br&gt;
SQLite (local database)&lt;br&gt;
Bootstrap 5 (UI styling)&lt;br&gt;
Jinja2 (for templates)&lt;br&gt;
Postmark (for future email integration — placeholder for now)&lt;/p&gt;

&lt;p&gt;Development Process:&lt;/p&gt;

&lt;p&gt;Created a local SQLite database to store email-derived tasks.&lt;br&gt;
Developed CRUD functionality via Flask routes.&lt;br&gt;
Integrated Bootstrap for a clean and modern interface.&lt;br&gt;
Added filtering and search features for efficient task management.&lt;br&gt;
Packaged the app for local deployment.&lt;br&gt;
I plan to add Postmark email parsing and automated task creation in the next version.&lt;/p&gt;

&lt;p&gt;Special thanks to the Postmark Challenge: Inbox Innovators community for the inspiration.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>postmarkchallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
    <item>
      <title>First Contributions: learn how to contribute to open source projects</title>
      <dc:creator>Praneet Biswal</dc:creator>
      <pubDate>Sat, 24 May 2025 03:43:47 +0000</pubDate>
      <link>https://forem.com/praneet_biswal_d355dcff3c/first-contributions-learn-how-to-contribute-to-open-source-projects-47ib</link>
      <guid>https://forem.com/praneet_biswal_d355dcff3c/first-contributions-learn-how-to-contribute-to-open-source-projects-47ib</guid>
      <description>&lt;p&gt;I followed the hands-on tutorial in the Readme of first contributions and made my first pull request to the same repo.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/firstcontributions" rel="noopener noreferrer"&gt;
        firstcontributions
      &lt;/a&gt; / &lt;a href="https://github.com/firstcontributions/first-contributions" rel="noopener noreferrer"&gt;
        first-contributions
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      🚀✨ Help beginners to contribute to open source projects
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a href="https://github.com/firstcontributions/open-source-badges" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/9422cfcdd1ee314f68d21164fd04c7b2000013a479f22eac8c0bfc5ca753fa8d/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6f70656e2d736f757263652d6261646765732f6261646765732f6f70656e2d736f757263652d76312f6f70656e2d736f757263652e737667" alt="Open Source Love"&gt;&lt;/a&gt;
&lt;a href="https://opensource.org/licenses/MIT" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667" alt="License: MIT"&gt;&lt;/a&gt;
&lt;a href="https://www.codetriage.com/roshanjossey/first-contributions" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/d32f1a94aa1ed5dd3bc9ed81255a77650fdff8ad9603ec3fa97656401536fbea/68747470733a2f2f7777772e636f64657472696167652e636f6d2f726f7368616e6a6f737365792f66697273742d636f6e747269627574696f6e732f6261646765732f75736572732e737667" alt="Open Source Helpers"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;&lt;em&gt;Read this in &lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/Translations.md" rel="noopener noreferrer"&gt;other languages&lt;/a&gt;.&lt;/em&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.al.md" rel="noopener noreferrer"&gt;&lt;img title="Shqip" alt="Shqip" src="https://camo.githubusercontent.com/5f3d1b7928f53b91c0ad2dccee35bb8e04e5431b809832f3f02504c719f67417/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f616c2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.arm.md" rel="noopener noreferrer"&gt;&lt;img title="Armenian" alt="Armenian" src="https://camo.githubusercontent.com/35d435fc4b1e6ebfb86311dfbd59ce576df3698cf700f917935e51261c81b6e5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f616d2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.uz.md" rel="noopener noreferrer"&gt;&lt;img title="Uzbek" alt="Uzbek language" src="https://camo.githubusercontent.com/c0bbfe1f107d7563798392a42b68b5326f113829d08726d8f29f433eab9c342e/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f757a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.aze.md" rel="noopener noreferrer"&gt;&lt;img title="Azərbaycan dili" alt="Azərbaycan dili" src="https://camo.githubusercontent.com/39633656110d355e9d5808a8192bd258187fb109df99cd882ecbbbe87b01017a/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f617a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.bn.md" rel="noopener noreferrer"&gt;&lt;img title="বাংলা" alt="বাংলা" src="https://camo.githubusercontent.com/7eb28916fb556b547384df41f2ef4910e96b569276bafb7c36c1e23050048437/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f62642e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.bg.md" rel="noopener noreferrer"&gt;&lt;img title="Bulgarian" alt="Bulgarian" src="https://camo.githubusercontent.com/2c5df7e0f3bc5bed13b9515cb03b9d4b64c845cedcb0b111d5eda81813e1bde6/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f62672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.pt_br.md" rel="noopener noreferrer"&gt;&lt;img title="Português (Brasil)" alt="Português (Brasil)" src="https://camo.githubusercontent.com/54bf07178e385b1cb1238ac4220b3fe73d1821f8c0fdd1d9f4ec8fe0989fce50/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f62722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ca.md" rel="noopener noreferrer"&gt;&lt;img title="Català" alt="Català" src="https://camo.githubusercontent.com/b0fc80c847a485d3bc706b2ce4ec840f8511f48375f85904642cabda0f722a3b/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f636174616c616e312e706e67" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.zh-cn.md" rel="noopener noreferrer"&gt;&lt;img title="中文 (Simplified)" alt="中文 (Simplified)" src="https://camo.githubusercontent.com/683fd8e893a7802d0d914f06806aab9ddec62ec7b5af4673c04aad313abf13c1/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f636e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.cs.md" rel="noopener noreferrer"&gt;&lt;img title="Czech" alt="Czech" src="https://camo.githubusercontent.com/5d4ca0c30080ac2e2f3ac2c2cdaacafb225738354d0293232be40f5f3fdcc857/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f637a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.de.md" rel="noopener noreferrer"&gt;&lt;img title="Deutsch" alt="Deutsch" src="https://camo.githubusercontent.com/bde98215dd7652ffd98ae6cb3f8485646a9c7e718dedff90fb54b8479ceb5ec8/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f64652e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.da.md" rel="noopener noreferrer"&gt;&lt;img title="Dansk" alt="Dansk" src="https://camo.githubusercontent.com/3150a8eed259b9ab17381d073f208c206f62c3cf2beca52c2109f68da2aaf571/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f646b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.eg.md" rel="noopener noreferrer"&gt;&lt;img title="المصرية" alt="المصرية" src="https://camo.githubusercontent.com/2f44ac233f82115cedd238c9d16166f449a228a7cb989f59ab8da361753538da/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f65672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.dz.md" rel="noopener noreferrer"&gt;&lt;img title="Dezéiriya" alt="Dezéiriya" src="https://camo.githubusercontent.com/300c0b3cf6a13f3405f1a455ba5cfee1d13b28af293e8de56dc7cb6301e2c2ec/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f647a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.es.md" rel="noopener noreferrer"&gt;&lt;img title="Español de España" alt="Español de España" src="https://camo.githubusercontent.com/f3d0f3cb0e0961024aa50cb6c8a2044afda914a615eff62aba17788a20d5a774/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f65732e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.fr.md" rel="noopener noreferrer"&gt;&lt;img title="Française" alt="Française" src="https://camo.githubusercontent.com/fd7f56e0f57bd4528e6fb9e5dcc36b783b447a247f03f5fe5e57ff18ddca8d55/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f66722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ga.md" rel="noopener noreferrer"&gt;&lt;img title="Gaeilge" alt="Gaeilge" src="https://camo.githubusercontent.com/79c6128c5dc33978b4b00d04a7802c9839abd18768bf885d4107a4f062e54b18/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f69652e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.gl.md" rel="noopener noreferrer"&gt;&lt;img title="Galego" alt="Galego" src="https://camo.githubusercontent.com/756f01769bd314988c67104c0b3fe98d2b38cdf519df7756cc08489933cbfdfc/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f362f36342f466c61675f6f665f47616c696369612e7376672f3132303070782d466c61675f6f665f47616c696369612e7376672e706e67" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.gr.md" rel="noopener noreferrer"&gt;&lt;img title="Ελληνικά" alt="Ελληνικά" src="https://camo.githubusercontent.com/09fbcc211f6d3b52b7766beef860b780da96b9bf7cd3b0f8f447c0d85937e72f/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f67722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ge.md" rel="noopener noreferrer"&gt;&lt;img title="ქართული" alt="ქართული" src="https://camo.githubusercontent.com/fcc56f34ca457a048542a3e0530a915c08b9a9b27ff54d81ea989e076e9b1c5f/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f67652e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.hu.md" rel="noopener noreferrer"&gt;&lt;img title="Magyar" alt="Magyar" src="https://camo.githubusercontent.com/f8854f8237a722ab180a47688b1b759c20ae70d5f2a8cea9ea363b9177537d26/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f68752e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.id.md" rel="noopener noreferrer"&gt;&lt;img title="Bahasa Indonesia" alt="Bahasa Indonesia" src="https://camo.githubusercontent.com/e032be171364a1c8d5ea162536387fe6d13fa1e3a3e28891a1e80336d4f21448/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f69642e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.hb.md" rel="noopener noreferrer"&gt;&lt;img title="עִברִית" alt="עִברִית" src="https://camo.githubusercontent.com/d50bfe4e529a6254ae68afbbb5e9cbaad3532b99762f4a59e847dc0b3a0efcee/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f696c2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/Translations.md" rel="noopener noreferrer"&gt;&lt;img title="ગુજરાતી / हिन्दी / मराठी / മലയാളം / ಕನ್ನಡ / తెలుగు / ଓଡିଆ / छत्तीसगढ़ी / ਪੰਜਾਬੀ" alt="ગુજરાતી / हिन्दी / मराठी / മലയാളം / ಕನ್ನಡ / తెలుగు / ଓଡିଆ / छत्तीसगढ़ी / ਪੰਜਾਬੀ" src="https://camo.githubusercontent.com/bc26a8a20bf58f42271f7af2a46750125afc787414b9ced910894ac53849cb1a/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f696e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ta.md" rel="noopener noreferrer"&gt;&lt;img title="தமிழ்" alt="தமிழ்" src="https://camo.githubusercontent.com/6bbc161621e1f0370437ab5729ad826c9e432cb0371587e964316e9fe79b930a/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6c6b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.fa.md" rel="noopener noreferrer"&gt;&lt;img title="فارسی" alt="فارسی" src="https://camo.githubusercontent.com/99a911cbe91576591b9d11bec6db813df1e1ad5225727f91f5aff97ddb5a9481/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f622f62612f466c61675f6f665f4972616e5f6265666f72655f313937395f5265766f6c7574696f6e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.it.md" rel="noopener noreferrer"&gt;&lt;img title="Italiano" alt="Italiano" src="https://camo.githubusercontent.com/2bb93c6b2acd29447af05f283c8c5431a0bca0f82b41a85c92b646d887f44cf8/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f69742e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ja.md" rel="noopener noreferrer"&gt;&lt;img title="日本語" alt="日本語" src="https://camo.githubusercontent.com/2992085d4352f50bea55640d051d41c27c7bf3eccd61b81e3ed47fc1ab2f63a5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6a702e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.si.md" rel="noopener noreferrer"&gt;&lt;img title="සිංහල" alt="සිංහල" src="https://camo.githubusercontent.com/6bbc161621e1f0370437ab5729ad826c9e432cb0371587e964316e9fe79b930a/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6c6b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.kws.md" rel="noopener noreferrer"&gt;&lt;img title="Kiswahili (Kenya)" alt="Kiswahili (Kenya)" src="https://camo.githubusercontent.com/cab3a174edd012f9a3d7cad32ceb09501c3fbcc10ba6e4f80e0956873a31112f/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6b652e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ko.md" rel="noopener noreferrer"&gt;&lt;img title="한국어" alt="한국어" src="https://camo.githubusercontent.com/b6b2400f7e9a7662256d967e51865e926accadc21724a22ee2de07d3fc82fac0/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6b722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.lt.md" rel="noopener noreferrer"&gt;&lt;img title="Lietuvių kalba" alt="Lietuvių kalba" src="https://camo.githubusercontent.com/7a319bb1ef9edf44c26acabd34699bd2fb6338ca37b248fba4c73181a09ad5fb/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6c742e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ro.md" rel="noopener noreferrer"&gt;&lt;img title="Limba Română" alt="Limba Română" src="https://camo.githubusercontent.com/c35d62b477bf529efcfb8cb2a43c416d2be2ff1fdffb29f551f92542d989a400/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d642e737667" width="22"&gt; &lt;img title="Limba Română" alt="Limba Română" src="https://camo.githubusercontent.com/c9e54c0ea1820248729e177d7954c70f51c4d6b2871d814f1cd34d5b4d147ea9/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f726f2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mm_unicode.md" rel="noopener noreferrer"&gt;&lt;img title="မြန်မာ" alt="မြန်မာ" src="https://camo.githubusercontent.com/51712d00ef73bfea86c689f980b4054140261d94d74e4fd0a0674d2465ef7655/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d6d2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mk.md" rel="noopener noreferrer"&gt;&lt;img title="Македонски" alt="Македонски" src="https://camo.githubusercontent.com/08f938a5007e9edb4ce5893f630003e71341af62458048248bad4ef799d13870/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d6b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mx.md" rel="noopener noreferrer"&gt;&lt;img title="Español de México" alt="Español de México" src="https://camo.githubusercontent.com/69f39b8bfeb33b754931135d99a81d64aa9273633800ca9c99b9407609832fb1/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d782e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.my.md" rel="noopener noreferrer"&gt;&lt;img title="Bahasa Melayu / بهاس ملايو‎ / Malay" alt="Bahasa Melayu / بهاس ملايو‎ / Malay" src="https://camo.githubusercontent.com/da28668eb5bba443a31bf5f68e0e050b2e56f75445daf2a49317e862894f8c74/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d792e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.nl.md" rel="noopener noreferrer"&gt;&lt;img title="Dutch" alt="Dutch" src="https://camo.githubusercontent.com/12cedefd727d57ca4807a73307d75ec1b03d5d17a89e554c211caaeebcf3e11a/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6e6c2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.no.md" rel="noopener noreferrer"&gt;&lt;img title="Norsk" alt="Norsk" src="https://camo.githubusercontent.com/be60dc2fd08aa3792534fae2c03a0636d52fa9cbdc68af541de49d488c34c4af/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6e6f2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.np.md" rel="noopener noreferrer"&gt;&lt;img title="नेपाली" alt="नेपाली" src="https://camo.githubusercontent.com/46f719e1fa2c8bc781265ac8067879e1dc663906be5f04a65530e6f30d63b114/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6e702e737667" width="15"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.fil.md" rel="noopener noreferrer"&gt;&lt;img title="Wikang Filipino" alt="Wikang Filipino" src="https://camo.githubusercontent.com/7e82d44a307de07ef8ae46903f17a9ae3fbefce1c4154f47234f412468ee7110/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f70682e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.en-pirate.md" rel="noopener noreferrer"&gt;&lt;img title="English (Pirate)" alt="English (Pirate)" src="https://camo.githubusercontent.com/ee6fbe2aed964d2e10f384ef254c4c4da0542e98d0c00b0821d40836647fe1eb/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f7069726174652e706e67" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ur.md" rel="noopener noreferrer"&gt;&lt;img title="اُاردو" alt="اردو" src="https://camo.githubusercontent.com/67398d65ad31711f5f3a4821c6af8e9d67a9cbbbd12098b59ef5e70727eb5258/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f706b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.gh.md" rel="noopener noreferrer"&gt;&lt;img title="Twi (Ghana)" alt="Twi (Ghana)" src="https://camo.githubusercontent.com/cf1a815f6c161ceffb457bd47ec9a87f08acf4408b9f96b607593ffcba594232/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f67682e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.pl.md" rel="noopener noreferrer"&gt;&lt;img title="Polski" alt="Polski" src="https://camo.githubusercontent.com/b7fd97b582d080c63f62db2b47b1edefd584356a0a403dde96576e679fcd8d5e/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f706c2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.pt-pt.md" rel="noopener noreferrer"&gt;&lt;img title="Português (Portugal)" alt="Português (Portugal)" src="https://camo.githubusercontent.com/249fb78bbb030a1975564d683d4011ff0bd99fe5d1af2f9fc4a3e0cd3ee37cdb/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f70742e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ru.md" rel="noopener noreferrer"&gt;&lt;img title="Русский язык" alt="Русский язык" src="https://camo.githubusercontent.com/b791dbd5d5a7a4e1e7b549af25123d7b1b63c9cd119ca32bec095b0cffb763b5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f72752e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ar.md" rel="noopener noreferrer"&gt;&lt;img title="العربية" alt="العربية" src="https://camo.githubusercontent.com/0ceb2fb8ddd1aad379288c0ee175f45b9ad9a32edc4fbc932647d15e3b99afc2/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f73612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.se.md" rel="noopener noreferrer"&gt;&lt;img title="Svenska" alt="Svenska" src="https://camo.githubusercontent.com/7420aecf00b47ebda56dadfdbfe42fb0ea8103fdbab250d7f50f5cbba619a510/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f73652e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.slk.md" rel="noopener noreferrer"&gt;&lt;img title="Slovenčina" alt="Slovenčina" src="https://camo.githubusercontent.com/f4ed736e3555f498de348334c30d711b9154a4482903bacfc88ab59def51d725/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f736b2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.sl.md" rel="noopener noreferrer"&gt;&lt;img title="Slovenščina" alt="Slovenščina" src="https://camo.githubusercontent.com/2362945e0b852d514851bdb3dd31d44217b83c573b27183e2dada48904d077d9/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f73692e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.th.md" rel="noopener noreferrer"&gt;&lt;img title="ภาษาไทย" alt="ภาษาไทย" src="https://camo.githubusercontent.com/50e214a9363b6897fc5de9efad46873fdccb5876a3adcaf4bb52007f7f245825/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f74682e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.tr.md" rel="noopener noreferrer"&gt;&lt;img title="Türkçe" alt="Türkçe" src="https://camo.githubusercontent.com/5369246396e27badd6c3df2a22decbefafe44f43162d9cc59f673f549d2a8478/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f74722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.zh-tw.md" rel="noopener noreferrer"&gt;&lt;img title="中文(Traditional)" alt="中文(Traditional)" src="https://camo.githubusercontent.com/8fa2bf760102cc340adc94cfb74f5f6825fd28486aa25d4c40dff51a17bdf318/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f74772e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ua.md" rel="noopener noreferrer"&gt;&lt;img title="Українська" alt="Українська" src="https://camo.githubusercontent.com/3139c06a768042b5b63fd069e941fd4b9ea870ff086f2fefe563cefaf064a625/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f75612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.vn.md" rel="noopener noreferrer"&gt;&lt;img title="Tiếng Việt" alt="Tiếng Việt" src="https://camo.githubusercontent.com/2d6486038bba19ba3d6fce1223902f642ef54bd9e9a98b5488631c6af3b19596/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f766e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.sw.md" rel="noopener noreferrer"&gt;&lt;img title="Tanzania" alt="Swahili language" src="https://camo.githubusercontent.com/5c4af96dfa96759034524e65e001e36c6974579664ea2cacd006223ad145da62/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f747a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.zul.md" rel="noopener noreferrer"&gt;&lt;img title="Zulu (South Africa)" alt="Zulu (South Africa)" src="https://camo.githubusercontent.com/378df3e897f8a20929808dc20703b0733a4f3763b908393131a82ff9942bf107/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f7a612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.afk.md" rel="noopener noreferrer"&gt;&lt;img title="Afrikaans (South Africa)" alt="Afrikaans (South Africa)" src="https://camo.githubusercontent.com/378df3e897f8a20929808dc20703b0733a4f3763b908393131a82ff9942bf107/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f7a612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.igb.md" rel="noopener noreferrer"&gt;&lt;img title="Igbo (Nigeria)" alt="Igbo (Nigeria)" src="https://camo.githubusercontent.com/032745a87ce7fbb0986220eb4cca18e40fa0aa239bcc1b4eebe86fdaafee0e45/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6e672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mli.md" rel="noopener noreferrer"&gt;&lt;img title="Bambara (Mali)" alt="Bambara (Mali)" src="https://camo.githubusercontent.com/caff2d78fa318b5adcef2e6591e41b1d46bfed72c2d009fc9923cd40f912ff7b/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d6c2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.hau.md" rel="noopener noreferrer"&gt;&lt;img title="Hausa (Nigeria)" alt="Hausa (Nigeria)" src="https://camo.githubusercontent.com/600a17fd566b4d1c38faf452121f2c25430ff924e2366782a5ef71cbdf90d34b/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f352f35642f466c61675f6f665f7468655f48617573615f70656f706c652e7376672f3132383070782d466c61675f6f665f7468655f48617573615f70656f706c652e7376672e706e67" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.yor.md" rel="noopener noreferrer"&gt;&lt;img title="Yoruba (Nigeria)" alt="Yoruba (Nigeria)" src="https://camo.githubusercontent.com/eddb6300b31428bf24985407c480a3a0cb2ececa6f747cde99334921c725ed05/68747470733a2f2f7777772e666f74772e696e666f2f696d616765732f6e2f6e67253744656f796f722e676966" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.lv.md" rel="noopener noreferrer"&gt;&lt;img title="Latvia" alt="Latvia" src="https://camo.githubusercontent.com/ab9ebc9483506b0a8ca019b6f2c5c6c0ac6b65db54d21a8d6eb53d76e6f43b48/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6c762e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.fi.md" rel="noopener noreferrer"&gt;&lt;img title="Suomeksi" alt="Suomeksi" src="https://camo.githubusercontent.com/a378d8f42665b8feaafa822f188b1358a3a88f56d2b3e3a7c1a7dc766dd953c8/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f66692e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.by.md" rel="noopener noreferrer"&gt;&lt;img title="Беларуская мова" alt="Беларуская мова" src="https://camo.githubusercontent.com/7d55447d6c2ec6c5a74a98a1dec240d43e6e1321710e5a8f5d8652079bb78859/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f62792e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.sr-Cyrl.md" rel="noopener noreferrer"&gt;&lt;img title="Српски" alt="Српски" src="https://camo.githubusercontent.com/019026dd261a446e74c76df66d04a018b907336ea8e9eaaa1e2ec43e0bbbc5ca/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f72732e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.sr-Latn.md" rel="noopener noreferrer"&gt;&lt;img title="Srpski" alt="Srpski" src="https://camo.githubusercontent.com/019026dd261a446e74c76df66d04a018b907336ea8e9eaaa1e2ec43e0bbbc5ca/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f72732e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.kz.md" rel="noopener noreferrer"&gt;&lt;img title="Қазақша" alt="Қазақша" src="https://camo.githubusercontent.com/22181e81dc32c10df0fdf7a320e428dcd29f998a1bd8e42564b74cb8cb7ded56/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6b7a2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.bih.md" rel="noopener noreferrer"&gt;&lt;img title="Bosanski" alt="Bosanski" src="https://camo.githubusercontent.com/0081631258b4f1af43a7d8c55b9dad202ab147461275f724097bda1b0dc73bff/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f62612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.hr.md" rel="noopener noreferrer"&gt;&lt;img title="Hrvatski" alt="Hrvatski" src="https://camo.githubusercontent.com/59bea781bddfa77276b0671289aa668b3341f675d185c05d4046ab2ef58c8d17/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f68722e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ps.md" rel="noopener noreferrer"&gt;&lt;img title="پښتو" alt="پښتو" src="https://camo.githubusercontent.com/520622d50ff1a01eab2d62bd95e6ac8e0b07238daefa485d5dca5c891c729328/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f61662e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.so.md" rel="noopener noreferrer"&gt;&lt;img title="Af-soomaali" alt="Somalia" src="https://camo.githubusercontent.com/86b2d61710892c2ee994025202cc179b7d37e9b974753287eabb3f57ac5d5323/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f736f2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ec.md" rel="noopener noreferrer"&gt;&lt;img title="Español de Ecuador" alt="Ecuador" src="https://camo.githubusercontent.com/c937d3e6223433c22638ec96ba1421e29a159ffcfe38c3993fcb5f2b975d3b2b/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f65632e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.lug.md" rel="noopener noreferrer"&gt;&lt;img title="Luganda (Uganda)" alt="Luganda (Uganda)" src="https://camo.githubusercontent.com/9d43de5c6e2bdab413248dc996be02535f17628d57ad92ae4b6946cb0ed8a632/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f75672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.tm.md" rel="noopener noreferrer"&gt;&lt;img title="Turkmen" alt="Turkmen language" src="https://camo.githubusercontent.com/3a409d962ef1afd6401ccf25733a7c7b0a850220edee98ac153e23e24ad15d66/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f746d2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ewe.md" rel="noopener noreferrer"&gt;&lt;img title="Ewe (TOGO)" alt="Ewe (TOGO)" src="https://camo.githubusercontent.com/fc29d86db7b4776e41d0b51319f719a2a6dbbfdc981ae8638d974c876c7b90b4/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f74672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.am.md" rel="noopener noreferrer"&gt;&lt;img title="አማርኛ" alt="አማርኛ" src="https://camo.githubusercontent.com/eb0cd3b8f161e7c63caf0ae609ac72f9642a2849a5b123e6fc59b1a12997546f/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f65742e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.kr.md" rel="noopener noreferrer"&gt;&lt;img title="Kurdî" alt="Kurdî" src="https://camo.githubusercontent.com/4eabc848566a54d3507e244c88172b445d84e1bb0610209321ffe472f5c9b468/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f332f33352f466c61675f6f665f4b757264697374616e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mg.md" rel="noopener noreferrer"&gt;&lt;img title="Malagasy" alt="Malagasy" src="https://camo.githubusercontent.com/747bc4744270330fc41c01da07ca20cafa4a4e2040432f251633af0cf95ff6a8/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d672e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.kh.md" rel="noopener noreferrer"&gt;&lt;img title="ភាសាខ្មែរ" alt="ភាសាខ្មែរ" src="https://camo.githubusercontent.com/50d7866dcf4dfb8dafb67330769e1878bfd0a4e3067581a728870b73abccb788/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6b682e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ma.md" rel="noopener noreferrer"&gt;&lt;img title="Morocco" alt="Moroccan Darija" src="https://camo.githubusercontent.com/699540414f28db2a1bde9128ea41d1969771d4f302d1df3841371be5b31567e5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d612e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.mn.md" rel="noopener noreferrer"&gt;&lt;img title="Mongolian" alt="Mongolian" src="https://camo.githubusercontent.com/3187d4fc88af6ef713974b72a519ca7b03d155c7254bea530509e3b28180f878/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f6d6e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.tn.md" rel="noopener noreferrer"&gt;&lt;img title="Tounsi" alt="Tounsi" src="https://camo.githubusercontent.com/c4812e9cf2575aa9aa57e5e6bb1551632c9bfa6c59a8bc090697797f1e8dc6ef/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f746e2e737667" width="22"&gt;&lt;/a&gt;
&lt;a href="https://github.com/firstcontributions/first-contributions/docs/translations/README.ln.md" rel="noopener noreferrer"&gt;&lt;img title="Lingala" alt="Lingala" src="https://camo.githubusercontent.com/d33075b616dd130edcc703f976f27bba4c4ac01cc28dd56b4d9d29fc50699749/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f68616d707573626f72676f732f636f756e7472792d666c616773406d61696e2f7376672f63642e737667" width="22"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;First Contributions&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you're not comfortable with command line, &lt;a href="https://github.com/firstcontributions/first-contributions#tutorials-using-other-tools" rel="noopener noreferrer"&gt;here are tutorials using GUI tools.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/42b18e612219cae827d8c4ee97bf15ec971f271fe60789e73a8aaeeeb42eb73f/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f666f726b2e706e67"&gt;&lt;img width="300" src="https://camo.githubusercontent.com/42b18e612219cae827d8c4ee97bf15ec971f271fe60789e73a8aaeeeb42eb73f/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f666f726b2e706e67" alt="fork the repository"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;If you don't have git on your machine, &lt;a href="https://docs.github.com/en/get-started/quickstart/set-up-git" rel="noopener noreferrer"&gt;install it&lt;/a&gt;.&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Fork this repository&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;Fork this repository by clicking on the fork button on the top of this page.
This will create a copy of this repository in your account.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Clone the repository&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d4bafe4b6b8db07be80cb5d74070c2fb8ec18559711ad85ab3ae2bc576e1e9bc/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f636c6f6e652e706e67"&gt;&lt;img width="300" src="https://camo.githubusercontent.com/d4bafe4b6b8db07be80cb5d74070c2fb8ec18559711ad85ab3ae2bc576e1e9bc/68747470733a2f2f6669727374636f6e747269627574696f6e732e6769746875622e696f2f6173736574732f526561646d652f636c6f6e652e706e67" alt="clone the repository"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button, then on SSH tab and then click the &lt;em&gt;copy url to clipboard&lt;/em&gt; icon.&lt;/p&gt;
&lt;p&gt;Open a terminal and run the following git command:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;git clone &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;url you just copied&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;where "url you just copied" (without the…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/firstcontributions/first-contributions" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>opensource</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
