A simple weather forecasting application that provides a 6-day weather forecast for a specified city using the OpenWeatherMap API.
- Search for weather forecasts by city name.
- Displays a 6-day weather forecast including temperature and weather description.
- Interactive map showing the location of the searched city.
- React: JavaScript library for building user interfaces.
- Leaflet: JavaScript library for interactive maps.
- OpenWeatherMap API: API for fetching weather data.
- CSS: For styling the application.
-
Clone the repository:
git clone https://github.com/yourusername/Weather-app.git cd Weather-app
-
Install the dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
You can view the live application at Weather App.