A simple weather dashboard web app built with React.js, utilizing the Mapbox API for map services and OpenWeather API to display real-time weather information. The app is designed for travelers to check the current weather conditions in different locations around the world.
- Displays current weather information (temperature, humidity, wind speed, etc.).
- Interactive map using Mapbox to select different locations.
- Search functionality to find weather details for any city or country.
- Displays weather for the current location based on the browser's geolocation.
- Responsive design, works across desktop and mobile devices.
- React.js for building the frontend.
- Chakra UI for the user interface and responsive design.
- Mapbox API for interactive map services.
- OpenWeather API for retrieving weather data.
- Axios for making API requests.
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/gitshasha/Weather-Route-App.git cd weatherApp


