From d6d6aae4255d06d6e7682efc600244cf88080c4f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:01:01 +0000 Subject: [PATCH 1/2] Initial plan From 9097f28f5a310d21bcee508caa749dc0bf7eae72 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:02:28 +0000 Subject: [PATCH 2/2] Update Netlify deployment link in README.md and package.json Co-authored-by: Andrew112 <12086319+Andrew112@users.noreply.github.com> --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edd3157..0562172 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small React application that shows current weather and a short forecast for a city. Built with Create React App and designed to be simple, extendable, and easy to deploy. -Live demo: (add link if deployed) +Live demo: [https://legendary-sunburst-82c066.netlify.app](https://legendary-sunburst-82c066.netlify.app) ## Features - Search weather by city name diff --git a/package.json b/package.json index 15b678f..f80aad5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ { "name": "weather-app", "version": "1.0.0", + "homepage": "https://legendary-sunburst-82c066.netlify.app", "scripts": { "start": "react-scripts start", "build": "react-scripts build",