Back to projects

Weather Site

A weather application built with HTML, CSS, JavaScript, and a weather API.

https://bamacharanchhandogi.github.io/Weather-App/

Problem

Weather apps are a useful API exercise because users expect fast lookup, readable conditions, and clear handling when data is unavailable.

What I Built

Weather Site is a compact weather application built with HTML, CSS, JavaScript, and a weather API. It fetches weather data and presents it in a simple user interface.

Technical Decisions

I kept the app browser-native to practice request handling, dynamic rendering, and basic API error states without framework overhead.

Outcome

The project helped build confidence with external APIs and user-facing data display patterns.