Skip to content

A simple and responsive Weather App built using HTML, CSS, and JavaScript. It fetches real-time weather data using a public API and displays current temperature, location, and weather conditions with a clean UI.

Notifications You must be signed in to change notification settings

Meesaajay/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌀️ Weather App

This is a simple Weather App built using HTML, CSS, and JavaScript. It allows users to search for a city and displays the current temperature and weather description using the OpenWeatherMap API.


πŸš€ Features

  • Search weather by city name
  • Shows:
    • City name
    • Temperature in Celsius
    • Weather description
  • Displays error message if city is not found
  • Clean and responsive design

πŸ› οΈ Technologies Used


πŸ”— Live Demo: Click here


πŸ”‘ API Key

Make sure you have a valid API key from OpenWeatherMap. Replace the value of apiKey in the JavaScript file:

const apiKey = 'YOUR_API_KEY_HERE';

About

A simple and responsive Weather App built using HTML, CSS, and JavaScript. It fetches real-time weather data using a public API and displays current temperature, location, and weather conditions with a clean UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published