A simple client-side web application that displays the current weather for a given location. The project demonstrates basic HTML, CSS and JavaScript concepts and can be deployed as a static site.
- Search weather by city name
- Shows temperature, conditions, humidity, and wind speed
- HTML5 for structure
- CSS3 for styling
- Vanilla JavaScript for interactivity and API calls
No build tools or frameworks required; just open
index.htmlin a browser.
index.html # main page
style.css # application styles
images/ # icons and graphics
README.md # project documentation
- Clone the repository:
git clone https://github.com/MartinBgt/weather-app-cc.git
- Navigate into the folder:
cd weather-app - Open
index.htmlin your favorite browser:open index.html # macOS start index.html # Windows
Created with โค๏ธ and a bit of JavaScript.