diff --git a/README.md b/README.md index 9ab6d06..a44f680 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# WeatherNow -A simple Weather monitoring app made with HTML,CSS,Js +# Weather App + +A simple and responsive weather application that provides current weather information based on city input, using a free weather API. + +## Features + +- Get current weather information by entering a city name. +- Responsive design for mobile and desktop views. +- Displays temperature and weather description. + +## Technologies Used + +- HTML +- CSS +- JavaScript +- [Free Weather API](https://openweathermap.org/api) + +## Installation + +1. Clone the repository: + ```bash + git clone https://github.com/CyberSphinxxx/WeatherNow.git + ``` + +2. Navigate to the project directory: + ```bash + cd WeatherNow + ``` + +3. Open index.html in your web browser to view the app. + + +## Usage +- Enter a city name in the input box. +- Click the "Get Weather" button to fetch the weather information. +- The app displays the city name, current temperature, and weather description.