Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 845 Bytes

Weather App

A simple and user-friendly weather application that allows users to view weather information based on their location or search for a specific city. Built with HTML, CSS, and JavaScript, this app utilizes the OpenWeatherMap API for weather data.

Features

  • User Location: Automatically fetch weather data based on the user's geolocation.
  • City Search: Search for weather information in any city worldwide.
  • Responsive Design: The app is mobile-friendly and looks great on all devices.
  • Error Handling: Displays a 404 error message when a city is not found.

Tech Stack