Skip to content

codermott/weatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a simple weather application built using HTML, CSS, and JavaScript.
It allows users to search for a city and view the current weather conditions using an API.

Features

  • Search for any city
  • Displays current weather conditions
  • Shows temperature, feels like, humidity, and wind speed
  • Handles invalid city names
  • Loading and error messages
  • Responsive design for mobile and desktop

What I Learned

  • How to use fetch() to get data from an API
  • Working with async/await
  • Handling JSON data
  • Updating the DOM with API results
  • Basic error handling with try/catch
  • Working with user input

Project Structure

About

Weather app that fetches real-time data from an API and displays conditions dynamically using JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors