A simple weather app built using JavaScript and a weather API. The app allows users to check the current weather and forecast by entering your city name.
- Current Weather: Get the current weather information including temperature, Localtime, and weather condition.
- Search Locations: Enter any city or location to fetch weather data.
- JavaScript (ES6+): Used for handling the app's logic and interactions.
- Weather API: A third-party API that provides real-time weather data.
- HTML/CSS: Used for the structure and styling of the app.