Table of contents
Welcome to the React Weather App! This application provides real-time weather information using data from the OpenWeather API. Users can search for specific locations or allow the app to access their current location.
- React
- CSS for styling
- OpenWeather API for weather data
-
Clone the repository:
git clone https://github.com/hemanth110702/react-weather-loc.git cd react-weather-loc
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Real-Time Weather Data: Fetches and displays up-to-date weather information.
- Search Functionality: Users can search for weather conditions in specific locations.
- Location-Based Weather: Utilizes geolocation to automatically fetch weather data for the user's current location.
- Responsive Design: Ensures a consistent and user-friendly experience across devices.
Desktop View | Mobile View | |
---|---|---|
Home-page | ||
![]() |
![]() |
|
location-climate | ||
![]() |
![]() |
|
Today's Forecast | ||
![]() |
![]() |
|
Weekly Forecast | ||
![]() |
![]() |