Weather App is a modern web application that provides real-time weather information for locations around the world. Users can search for cities, view current weather conditions, and check forecasts for the upcoming days. The application features a clean, intuitive interface designed for ease of use across various devices.
https://jbb-codes.github.io/weather-app/
Follow these steps to set up the Weather App locally:
# Clone the repository
git clone https://github.com/yourusername/weather-app.git
# Navigate to the project directory
cd weather-app
## Usage
After installation, you can run the app locally:
Visit `http://localhost:port#` in your browser to access the Weather App.
### Key Features
- **Location Search**: Find weather for any city worldwide
- **Current Conditions**: View temperature, humidity, and wind speed
- **Forecast**: Get a 5-day weather forecast
- **Unit Toggle**: Switch between Fahrenheit and Celsius
## Technologies Used
- **Frontend**: JavaScript, HTML5, CSS3
- **API**: Open Weather Map
- **Styling**: Styled Components
For more information or support, please open an issue in the GitHub repository.
# weather-app