Welcome to Weather App, your handy tool for checking the weather in any city worldwide. Built with React, Weather App offers a clean, responsive design and an intuitive interface, using the OpenWeatherMap API to keep you informed about current weather conditions.
- Current Weather: Get real-time weather information for any city.
- Detailed Information: View temperature, weather description, humidity, and wind speed.
- Responsive Design: Enjoy a seamless experience across all devices.
-
Clone the repository:
git clone https://github.com/the-zoomeee/weather-app-using-react.git
-
Navigate to the project directory:
cd weather-app-using-react
-
Install dependencies:
npm install
-
Start the development server:
npm start
- Visit OpenWeatherMap
- Sign up and obtain an API key.
- Open the ".env" file.
- Replace
'Your_API_Key'
with the copied API key.
- Open your browser and navigate to
http://localhost:3000
. - Enter the name of any city to get the current weather details.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
Tip
Explore the full functionality of Weather App and stay updated with the latest weather information!