3ein39 / odin-WeatherApp

WeatherApp was created as part of The Odin Project's JavaScript curriculum. It serves as a practical exercise to apply knowledge of HTML, CSS, and JavaScript while working with external APIs.

Home Page:https://3ein39.github.io/odin-WeatherApp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp

image

About

WeatherApp is a simple web application that allows users to check the current weather for a specific location. The app provides real-time weather data, including temperature, condition, and humidity, and dynamically changes its appearance based on the weather condition.

Features

  • Weather Data: Get real-time weather information for any location.
  • Dynamic Styling: The app changes its background color and text color based on the current weather condition.
  • User-Friendly: Easy-to-use interface with a clean design.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Fetch API for API requests

How to Use

  1. Enter the location you want to check the weather for in the input field.
  2. Click the "Get Weather" button.
  3. The app will display the current weather data for the specified location, and the background color will change based on the weather condition.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

Acknowledgments

  • The Odin Project for providing excellent JavaScript curriculum and project ideas.

Thank you for checking out WeatherApp! If you have any questions or feedback, please feel free to open an issue or contact me.

About

WeatherApp was created as part of The Odin Project's JavaScript curriculum. It serves as a practical exercise to apply knowledge of HTML, CSS, and JavaScript while working with external APIs.

https://3ein39.github.io/odin-WeatherApp/


Languages

Language:JavaScript 44.5%Language:CSS 31.3%Language:HTML 24.2%