This React application provides real-time weather updates for different locations using weather APIs. Users can search for any city or location worldwide to view current weather conditions, including temperature, humidity, wind speed, and more.
- 🌍 Search weather by city or location
- 🌡️ View real-time temperature, humidity, and wind speed
- 🕒 Displays the current date and time of the searched location
- 📊 Interactive and user-friendly interface
- React: Front-end library for building the user interface
- Weather API: Fetches real-time weather data for various locations
- CSS: For styling the application to ensure a responsive design
- Node.js and npm (Node Package Manager) installed on your system
-
Clone the repository:
git clone https://github.com/your-username/weather-app.git cd weather-app
-
Install the dependencies
npm install
-
Create an .env file in the root directory and add your weather API key
REACT_APP_WEATHER_API_KEY=your_api_key_here
-
Start the application
npm start