This Weather App is a simple, user-friendly application designed to display the current weather conditions in cities around the world. It's built using HTML, CSS, JavaScript, and React, offering a simple user experience. Whether you're planning a trip or just curious about the weather in a different city, this app provides the essential information at your fingertips.
- City Search: Input any city's name globally to fetch current weather conditions.
- Weather Details: Displays key weather parameters including:
- Temperature,
- Wind Speed,
- Humidity,
- Visibility
- OpenWeatherMap API: Fetches real-time weather data from OpenWeatherMap.
- React: Utilizes React framework for a dynamic and interactive UI.
- Other Standard Libraries: Uses standard HTML, CSS, and also JavaScript for structure, styling, and for functionality.
To set up the Weather App locally, follow these next steps:
- Clone the repository from GitHub to your local machine.
- Navigate to the project directory.
- Run
npm install
to install all required dependencies. - Start the application using
npm start
. This will launch the app in your default web browser.
The Weather App is currently hosted on GitHub. You can access the latest version directly from the GitHub repository.