Hey DEV community! 👋
I just created a simple Weather App using HTML, CSS, and JavaScript. It fetches live temperature and weather conditions using the WeatherAPI.
🔍 Features:
- Takes user input for any city
- Uses
fetch()
to get data from WeatherAPI - Displays current temperature and weather condition
- Fully responsive and styled with basic CSS
🚀 Try it Live:
🧠 What I Learned:
- Working with external APIs
- Handling user input and errors in JavaScript
- Using CodePen for quick front-end prototyping
Would love feedback or suggestions on how to improve it! 😊
Top comments (0)