Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌦️ Weather App

A simple and responsive Weather Application built using HTML, CSS, and JavaScript. This project fetches real-time weather information using the OpenWeatherMap API and displays details such as temperature, humidity, wind speed, and weather conditions for any city entered by the user.


✨ Features

πŸ” Search weather by city name 🌑️ Real-time temperature display ☁️ Weather condition description πŸ’§ Humidity information 🌬️ Wind speed details πŸ–ΌοΈ Dynamic weather icons πŸ“± Responsive and clean UI


πŸ› οΈ Technologies Used

  • HTML5 – Page Structure
  • CSS3 – Styling and Layout
  • JavaScript (ES6) – Logic and API Integration
  • OpenWeatherMap API – Real-Time Weather Data

πŸ“‚ Project Structure

Weather-App/
β”‚
β”œβ”€β”€ index.html
β”œβ”€β”€ index.css
└── index.js

πŸ”‘ API Setup

This project uses the OpenWeatherMap API.

  1. Create an account on OpenWeatherMap.
  2. Generate an API key.
  3. Replace the API key in index.js:
const API_KEY = "YOUR_API_KEY";

🎯 Learning Outcomes

This project helped in understanding:

API Integration using Fetch API Async/Await in JavaScript DOM Manipulation JSON Data Handling Responsive Web Design


πŸ‘¨β€πŸ’» Author

Kabish S

About

A simple weather application built using HTML, CSS, and JavaScript that fetches real-time weather data from the OpenWeatherMap API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages