add react-toastify for notifications and implement weather fetching functionality

This commit is contained in:
2025-07-27 13:33:54 +02:00
parent a1f4de1a8b
commit 5f514d4578
8 changed files with 97 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ const Header: React.FC = () => {
if (apiKey) {
Cookies.set("apiKey", apiKey);
}
console.log(Cookies.get("apiKey"));
};
return (
<header>