Weather Application: Technologies Used: React.js, Vite, OpenWeather API, JavaScript, HTML, CSS
Project Overview: Developed a weather application that provides real-time weather updates based on user input. The app fetches weather data using the OpenWeather API and displays information such as temperature, humidity, wind speed, and weather conditions dynamically.
Key Features:
✅ Real-time Weather Updates: Integrated OpenWeather API to fetch and display live weather data. ✅ User-Friendly Interface: Designed a clean and responsive UI using React.js and CSS. ✅ City-Based Weather Search: Users can search for any city worldwide and get instant weather details. ✅ Temperature & Condition Display: Shows temperature in Celsius/Fahrenheit along with weather conditions like rain, cloudy, sunny. ✅ Performance Optimization: Used Vite for a fast development environment and optimized API calls to reduce latency.