ClimaView is a modern weather application built with React and Tailwind CSS. It allows users to search for any city and view real-time weather information from the OpenWeatherMap API. The app also stores recent searches locally for quick access.
- Search weather by city name
- Displays temperature, humidity, wind speed, and condition icons
- Remembers recent searches
- Responsive design with Tailwind CSS
- Clean architecture with React hooks and reusable components
- React 18 + Vite
- Tailwind CSS
- OpenWeatherMap API
- Local Storage API
- Clone this repository.
- Install dependencies:
npm install