Commit Graph

19 Commits

Author SHA1 Message Date
3ecac5a854 refactor: comment out frontend service configuration in docker-compose.yml 2025-07-31 17:38:06 +02:00
a2f22ec395 feat: update port configurations for backend and frontend; adjust Dockerfile and docker-compose settings 2025-07-31 17:36:19 +02:00
a39e22fab9 feat: update HTML structure and add logo for Weather App; remove unused SVG from WeatherCard 2025-07-31 17:27:50 +02:00
e3915a0ca4 added more design using tailwind classes 2025-07-31 17:17:17 +02:00
21963eda1b feat: implement WeatherForm component and integrate weather fetching functionality.
Also added a weather data card where the design is displayed
2025-07-31 17:12:00 +02:00
480b5188ba Added weather data component to display weather data - also added function to display data 2025-07-31 15:58:38 +02:00
08b6807b96 added more code formatting for better reading 2025-07-30 12:12:25 +02:00
e505d9b0e8 fix: increase autoClose duration for Toast notifications to improve user experience
refactor: enhance error handling in fetchWeather function with detailed console messages
2025-07-30 11:23:42 +02:00
6a7a66420a fix syntax error on WeatherCard.tsx, l. 5 2025-07-29 23:41:31 +02:00
dcfbbb2f22 feat: enhance weather fetching experience with loading state and notifications 2025-07-29 23:40:24 +02:00
bf8c270171 added tailwind design classes, and installed tailwindcss properly. 2025-07-29 22:57:22 +02:00
3530d0e37f refactor: change apiKey variable to a function for better encapsulation in WeatherCard component 2025-07-29 22:40:01 +02:00
90cecc2afc refactor: remove unnecessary React import from ChangeAPI component 2025-07-29 22:29:32 +02:00
0e53ed60c4 New feature: You can now change the api key graphically with an changeAPI card. 2025-07-29 22:28:25 +02:00
5f514d4578 add react-toastify for notifications and implement weather fetching functionality 2025-07-27 13:33:54 +02:00
a1f4de1a8b added code formatation 2025-07-27 11:06:42 +02:00
30bdcb6e4e added Layout and weather card 2025-07-27 11:06:03 +02:00
7efabca15d changed gitignore 2025-07-25 17:58:53 +02:00
6e1d28cd14 initial commit 2025-07-25 17:51:44 +02:00