Whether is an elegant and minimalist weather application that allows you to get the current weather in any city. This project is built with HTML, CSS, and JavaScript, providing up-to-date weather information, including temperature, description, weather icon, and more.
- π Enter a city to get the current weather information.
- π‘οΈ Displays the temperature.
- β Displays an icon corresponding to the current weather conditions.
- π Provides a weather description (e.g., "clear," "cloudy," etc.).
- HTML5: Used for structuring the webpage.
- CSS3: Used for styling the interface.
- JavaScript: Handles API requests and updates the data on the page.
index.html: The main file containing the structure of the webpage.style.css: The file for styling the elements on the page.main.js: The script that handles user input and interacts with the weather API.
-
Clone the repository:
git clone https://github.com/5ekastanx/Whether.git
Open index.html in your browser.
Enter the name of a city in the text field and click the button to get the current weather information.