##🌍 Weather website
This web page utilizes the OpenWeather API to fetch real-time weather data and display it dynamically on the screen. It features a minimalist design with a responsive color scheme that adapts based on temperature, cloud coverage, humidity, and wind conditions. The interface is fully responsive, ensuring a seamless experience across different devices.
🔗Live Demo:
- HTML5 – Basic structure of the page
- CSS3 – Layout designed with Flexbox and CSS Grid, using
clamp()
and media queries for responsiveness - JavaScript (JS) – Fetching data from the OpenWeather API and adding interactivity
- Vite – Used as the build tool for an optimized and fast development experience