A simple web app that shows the weather for any U.S. zipcode.
- 🌡️ Current temperature in °F/°C
- ☁️ Weather condition (sunny, cloudy, rainy, etc.)
- 📍 City and state lookup by zipcode
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap
git clone https://github.com/Tyffoni/weather-app.git
cd weather-app
npm install
npm start