diff --git a/README.md b/README.md new file mode 100644 index 00000000..91d94a81 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Weather Web App + +This is a simple web application that provides real-time weather information. The app is hosted on GitHub Pages and allows users to check the current weather conditions for a specific location. + +## Features + +- **Current Weather:** Get the latest information about the weather, including temperature, humidity, and wind speed. +- **Location-based:** Enter the name of your city or any location to get accurate weather data. +- **Responsive Design:** The app is designed to work seamlessly on both desktop and mobile devices. + +## How to Use + +1. Open the [Weather Web App](https://s27288-pj.github.io/Weather-App/). +2. Enter the name of your city or the location you want to check the weather for. +3. Click the "Get Weather" button to retrieve real-time weather information. + +## Technologies Used + +- HTML +- CSS +- JavaScript +- OpenWeatherMap API +- MapBox API +- Leaflet Map plugin