π¦οΈ Weather App using JavaScript (Fetch API) A simple and responsive Weather Application built using HTML, CSS, and JavaScript. This app uses the JavaScript Fetch API to retrieve real-time weather data from the OpenWeather API and displays current weather information for any searched city.
π Features π Search weather by city name π‘οΈ Displays temperature in Celsius π§ Shows humidity level π¬οΈ Displays wind speed π Uses Fetch API for asynchronous data fetching πΌοΈ Dynamic weather icons based on conditions β Error handling for invalid city names π± Responsive and clean UI
π οΈ Technologies Used HTML5 β Page structure CSS3 β Styling & layout (Flexbox) JavaScript (ES6) β Logic & DOM manipulation Fetch API β Fetching weather data asynchronously OpenWeather API β Live weather data Font Awesome β Icons
βοΈ How It Works User enters a city name Fetch API sends a request to OpenWeather API API returns weather data in JSON format JavaScript processes and displays the data dynamically
π Future Improvements Auto-detect user location Β°C β Β°F temperature toggle Weather forecast feature Loading animation
π§ Developer Notes Weather App using Fetch API Developed using JavaScript ES6 Handles API calls, DOM updates, and error handling