DEV Community

Tushar Sabharwal
Tushar Sabharwal

Posted on

My First Weather App using JavaScript and OpenWeather API 🌦️

πŸ‘‹ Introduction:
Hey Devs!
This summer, I started my web development journey and decided to build a few mini-projects to strengthen my fundamentals.

This is my first project that uses an external API β€” a Weather App built with HTML, CSS, and JavaScript, powered by the OpenWeather API.

🧰 Tech Stack:
HTML – for basic structure

CSS – for styling

JavaScript – for logic & API integration

OpenWeather API – to fetch real-time weather data

πŸ” Features:
Enter any city to get:

Temperature (°C) 🌑️

Humidity (%) πŸ’§

Wind Speed πŸ’¨

Clean and minimal design

Instant API fetch and update

πŸ’» Live Demo:
πŸ‘‰ [https://tushar9184.github.io/weatherapi/]

πŸ“ GitHub Repo:
πŸ‘‰ [https://github.com/Tushar9184/weatherapi
Image description]

Top comments (0)