Weather App
A simple and elegant weather application built with React and styled using Tailwind CSS. The app allows users to search for real-time weather data by entering a city name and displays detailed weather information for the specified location.
Features :-
Real-Time Weather Data: Get up-to-date weather conditions including temperature, humidity, wind speed, and more.
Responsive UI: Designed to be fully responsive and functional on all devices.
Search Functionality: Easily search for weather information by city name.
Visual Enhancements: UI elements with hover effects and smooth transitions for a better user experience.
Technologies Used :-
React: For building the user interface.
Tailwind CSS: For styling the application with utility-first CSS.
Axios: For making HTTP requests to the OpenWeatherMap API.
OpenWeatherMap API: For fetching weather data.
Getting Started:-
Follow these steps to set up the project locally.
Prerequisites :-
Node.js and npm installed on your local machine.
An OpenWeatherMap API key. Register and obtain one from OpenWeatherMap.