Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 976 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 976 Bytes

WeatherApp Basics

A basic layout of the weather forecast website using API integration. It had been built using HtML, CSS and Javascript.
Feature:
--> User Friendly Interface.
--> Real-Time Weather Update.
--> Allows users to search for weather information by city name.

Deployed Website

check out the deployed website using render,
https://weather-app-xtfo.onrender.com/

Code Structure

index.html: The main HTML file that structures the webpage.
style.css: The CSS file that contains the styling for the webpage.
src.js: The JavaScript file that contains the logic for fetching and displaying weather data and real-time data.

Acknowlegdement

--> SheCodes Weather API for the weather data API and the amazing icons.
--> Matthieua Delac for this valuable learning and this amazing framework.