A sleek and user-friendly weather application that provides real-time current weather updates for any city using data fetched from OpenWeather API.
- Search for current weather in any city 🌎
- Display temperature, humidity, and wind speed of the place 🌡
- Responsive design for desktop
- Weather icon updates based on weather conditions 🌈
- Frontend: React, HTML, CSS
- API: OpenWeatherMap
- Optional Backend: Node.js + Express.js
- Clone the repository:
git clone https://github.com/Aaron-Chacko/Weather-App
- Navigate to the project directory:
cd weather
- Install the dependencies:
npm install
- Run the application:
npm run dev
- Open your browser and visit: http://localhost:3000 (or any other localhost it's running on)