This is a weather application built using React. It allows users to search for weather information, view current conditions, and explore forecasts.

- Search for Weather: Enter a location to get weather details.
- Current Weather: Displays temperature, weather icon, and location details.
- Additional Metrics: Includes "feels like" temperature, humidity, wind speed, and precipitation.
- 7-Day Forecast: View daily high/low temperatures and weather icons.
- Hourly Forecast: See temperature changes throughout the day.
- Unit Toggle: Switch between Imperial and Metric units.
- Responsive Design: Optimized for different screen sizes.
- React
- CSS (with media queries for responsiveness)
- Open-Meteo API for weather data
-
Clone the repository:
git clone https://github.com/yourusername/weather-app.git
-
Navigate to the project directory:
cd weather-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
This app can be deployed using platforms like Vercel or Netlify. Ensure the vite.config.js is configured for production builds.
Deployed on GitHub Pages: Your GitHub Pages URL
- Komal Rout
- GitHub: komalrout
- Frontend Mentor: @komalrout
Special thanks to the Frontend Mentor community for their support.