This is a simple Weather website that fetches and displays weather information for any city using the OpenWeatherMap API. The website is built using HTML, CSS, and JavaScript.
- Features
- Technologies Used
- Project Structure
- Usage
- Example
- Contributing
- Acknowledgments
- deployed link
- Search for current weather in any city
- Display city name, current temperature, weather condition, and high/low temperatures
- Dynamically updates the background based on weather conditions
- Responsive design suitable for various screen sizes
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
index.html
: The main HTML file for the app.main.css
: The CSS file for styling the app.main.js
: The JavaScript file for fetching and displaying weather data.README.md
: This file.
- Type the name of a city in the search box.
- Press Enter to fetch and display the weather information for the entered city.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
- OpenWeatherMap for providing the weather API.
- Montserrat font from Google Fonts.