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
+1
View File
@@ -1,4 +1,5 @@
import "./App.css";
import "react-toastify/dist/ReactToastify.css";
import Layout from "./Layout/Layout.tsx";
import WeatherCard from "./components/WeatherCard";