This is a simple weather application built with React.js and styled with Tailwind CSS. It fetches real-time weather data from a public API and displays it to the user.
- Displays current temperature, weather condition, and location.
- Allows users to search for weather by city name.
- Responsive design using Tailwind CSS.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/react-weather-app.git
-
Navigate into the project directory:
cd react-weather-app
-
Install Dependencies:
npm install
- Obtain API Key from OpenWeather API or
- you can use mine
https://api.openweathermap.org/data/2.5/weather?q=${input}&appid=e2e4ac3a6533ab87f2366eaa5f1bd0f5
-
React+Vite
-
TailwindCSS
- Contributions are welcome! Feel free to open an issue or submit a pull request.