A responsive weather application built using React, Chakra UI, and CSS. This app fetches real-time weather data for various locations, displaying current temperature, weather conditions, and a 5-day forecast. It features dynamic UI updates and offers both light and dark theme options to enhance user experience.
Check out the live version here: Weather App
- CSS
- React.js
- Chakra UI
- Real-Time Weather Data: Fetches and displays current weather conditions and a 5-day forecast for any location.
- Responsive Design: Adapts to different screen sizes, providing a smooth user experience on both desktop and mobile devices.
- Dynamic UI Updates: Updates weather information dynamically based on user input.
- Theme Options: Provides both light and dark theme options for a customizable user experience.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd weather__app
- Install dependencies:
npm install
- Start the development server:
npm start