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)