<?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: Sanket Das</title>
    <description>The latest articles on DEV Community by Sanket Das (@sanket_das_2004).</description>
    <link>https://dev.to/sanket_das_2004</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%2F3033981%2Ff43bb1f5-785c-4a05-bd15-2561d476e4cc.jpg</url>
      <title>DEV Community: Sanket Das</title>
      <link>https://dev.to/sanket_das_2004</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanket_das_2004"/>
    <language>en</language>
    <item>
      <title>🌤️ Building a Weather App with React and OpenWeather API</title>
      <dc:creator>Sanket Das</dc:creator>
      <pubDate>Wed, 09 Apr 2025 12:32:53 +0000</pubDate>
      <link>https://dev.to/sanket_das_2004/building-a-weather-app-with-react-and-openweather-api-4fdc</link>
      <guid>https://dev.to/sanket_das_2004/building-a-weather-app-with-react-and-openweather-api-4fdc</guid>
      <description>&lt;p&gt;🌟 &lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
Have you ever wanted to know the weather of any city in the world—instantly? In this blog post, I’ll walk you through how I built a simple Weather App using React and the OpenWeather API.&lt;/p&gt;

&lt;p&gt;Whether you're new to APIs or React, this project is beginner-friendly and a great way to understand how frontend apps can interact with external data sources.&lt;/p&gt;

&lt;p&gt;🛠️ &lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;br&gt;
React (built with Vite for fast setup)&lt;br&gt;
Axios for API requests&lt;br&gt;
Tailwind CSS for styling (you can also use plain CSS)&lt;br&gt;
OpenWeatherMap API for weather data&lt;/p&gt;

&lt;p&gt;🧩 &lt;strong&gt;What the App Does&lt;/strong&gt;&lt;br&gt;
User enters a city name.&lt;br&gt;
App fetches current weather data using OpenWeather API.&lt;br&gt;
Shows temperature, humidity, weather condition, and city name.&lt;/p&gt;

&lt;p&gt;📸 &lt;strong&gt;Preview of the App&lt;/strong&gt;&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%2Fjthjokszx0n8tjngrvwe.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%2Fjthjokszx0n8tjngrvwe.png" alt="Image of the App" width="800" height="732"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;GitHub Repository&lt;/strong&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/Sanket-Kumar-Das/live-weather-tracker" rel="noopener noreferrer"&gt;https://github.com/Sanket-Kumar-Das/live-weather-tracker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 &lt;strong&gt;What I Learned&lt;/strong&gt;&lt;br&gt;
How to make API calls in React using Axios&lt;br&gt;
How to handle state and user input&lt;br&gt;
How to read API docs (especially OpenWeatherMap)&lt;br&gt;
Styling a basic UI with Tailwind CSS&lt;/p&gt;

&lt;p&gt;🤝 &lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Building this weather app was a fun way to learn how frontend and APIs work together. I’m excited to build more projects like this and share what I learn along the way!&lt;/p&gt;

&lt;p&gt;Have questions or want to collaborate? Feel free to drop a comment below or connect with me here 😊&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
