A simple and responsive weather application built with React, Vite, and Tailwind CSS, using the API to fetch real-time weather data.
- Search for current weather by city name.
- Display temperature, humidity, pressure, wind speed, and weather description.
- Time based on the city’s timezone.
- Responsive design for various screen sizes.
- React: A JavaScript library for building user interfaces.
- Vite: A fast development build tool for modern web applications.
- JavaScript: The programming language used for building the app logic.
- Tailwind CSS: A utility-first CSS framework for styling the application.
- API: A weather data service that provides real-time weather information.