This is a simple weather website that displays the current weather conditions of a location.
- Shows current weather conditions including temperature, humidity, and wind speed.
- Allows users to search for weather conditions of different locations.
- Responsive design for various devices.
- Open
index.html
in your web browser. - Enter the name of the location you want to check the weather for in the search bar.
- Press the search button or hit Enter.
- The current weather conditions for the specified location will be displayed.
index.html
: HTML file containing the structure of the website.style.css
: CSS file containing the styles for the website.script.js
: JavaScript file containing the functionality of the website.
- HTML
- CSS
- JavaScript
- Weather API (if applicable)
Rapid API is used to check the weather all over the world.
This Weather Website was created by piyush0663.
This project is licensed under the MIT License - see the LICENSE file for details.