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.
Tech Stack: React (built with Vite for fast setup), Axios for API requests, Tailwind CSS for styling, OpenWeatherMap API for weather data.
The App allows users to enter a city name, fetches current weather data using OpenWeather API, and shows temperature, humidity, weather condition, and city name.
The GitHub repository for this project can be found at https://github.com/Sanket-Kumar-Das/live-weather-tracker.