Welcome to the Weather App!😃👋🏼 This interactive application, built using HTML, CSS, JavaScript, and the Fetch API method, allows you to explore real-time weather updates from around the world. With a user-friendly interface and responsive design, you can easily access and manage weather data.
- Real-time weather updates: Stay up-to-date with the latest weather information.
- User-friendly interface: Enjoy a visually appealing and intuitive interface for a seamless user experience.
- Fetchi API: Easily use weather data by searching locations with city name .
- Responsive design: Access the app on various devices and screen sizes without compromising functionality.
- HTML: Structure the content and layout of the app.
- CSS: Style the app to enhance its visual appeal and user experience.
- JavaScript: Implement interactive features and fetch data from the real weather API.
- Real weather API: Retrieve accurate and up-to-date weather information.
- Clone the repository:
git clone https://github.com/your-username/weather-App.git
- Open the project folder in your preferred code editor.
- Obtain an API key from the weather API provider. (Open Weather map)
- Replace the placeholder API key in the JavaScript file with your own API key.
- Open the
index.html
file in your web browser.
- To explore weather data for other locations, simply enter the city name in the search bar and click on search button.
- The app will fetch and display the weather information for the specified location.