A simple weather app that fetches live weather data using the OpenWeather API and displays temperature, humidity, and conditions in a clean UI.
- Vue 3 + Vite
- Tailwind CSS
- OpenWeather API
- Axios
- Search city and view live weather
- Temperature, humidity, and description
- API-based weather data
- Responsive for all screens
git clone https://github.com/axndev/vue-weather.git
cd vue-weather
npm install
npm run dev