A simple weather app that fetches and displays real time weather information for any city
Search weather by city name
Show temperature, humidity, and weather condition
Show hourly and daily weather information
Responsive design for small device
Frontend: React
API: OpenWeatherAPI
Styling: Tailwind
git clone https://github.com/rahman-tarek/weather-app
cd weather-app
npm install # or yarn install
npm start # or yarn start
- Get a free API key from OpenWeatherMap
- Create a .env file in the project root and add: REACT_APP_WEATHER_API_KEY=your_api_key_here
This project is licensed under the MIT License.