Skip to content

abanoth1/weather-forecast-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Weather Forecast Application

This project is a front-end weather forecast web application built using HTML, CSS, and JavaScript. It demonstrates how user input and JavaScript logic can be used to dynamically update the UI to display weather-related information.

Features

  • User input for city or location
  • Weather details displayed dynamically
  • Clean and responsive UI layout
  • Real-time UI updates without page reload
  • Separation of structure, styling, and behavior

Skills demonstrated

  • JavaScript fundamentals
  • DOM manipulation
  • Event handling
  • Front-end application logic
  • HTML & CSS structuring
  • Building interactive web interfaces

Project structure

├── index.html ├── styles.css ├── script.js └── README.md

About

A JavaScript-based weather forecast web application demonstrating DOM manipulation, user input handling, and dynamic UI updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors