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)