feat: implement WeatherForm component and integrate weather fetching functionality.

Also added a weather data card where the design is displayed
This commit is contained in:
2025-07-31 17:12:00 +02:00
parent 480b5188ba
commit 21963eda1b
9 changed files with 87 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import "./App.css";
import "react-toastify/dist/ReactToastify.css";
import Layout from "./Layout/Layout.tsx";
import WeatherCard from "./components/WeatherCard";
import WeatherCard from "./components/WeatherForm.tsx";
function App() {
return (