Commit Graph

33 Commits

Author SHA1 Message Date
784822fa9a removed loading state and fixed bug with that 2025-08-03 03:27:32 +02:00
0da92ead3c feat: add lucide-react icons to components and update dependencies 2025-08-02 22:53:47 +02:00
f4fffb73ff bug fix: update default unit in ChangePreferences component from celsius to metric 2025-08-02 02:28:36 +02:00
e22fa64e69 fix: adjust server configuration in vite.config.ts for improved host settings 2025-08-02 02:24:13 +02:00
d98fab004f fix: correct numbering in installation instructions for clarity 2025-08-01 21:49:23 +02:00
e56e998467 docs: enhance installation instructions and clarify Docker usage in README 2025-08-01 21:43:02 +02:00
ee6469379f added docker functionality 2025-08-01 21:23:58 +02:00
62094299d4 fix: change button type to submit in ChangeAPI component and update temperature unit logic in WeatherData component 2025-08-01 20:25:03 +02:00
97b5190442 docs: update version information in README to reflect current development status 2025-08-01 19:49:59 +02:00
d8bbc7e62a fix: add missing newlines for improved markdown formatting in README v1.0.0-local 2025-08-01 19:43:44 +02:00
11e6e1684c Refactor code structure for improved readability and maintainability 2025-08-01 19:43:11 +02:00
8341e50dc8 feat: enhance ChangeAPI and ChangePreferences components; add "API key update" functionality and save preferences feature 2025-08-01 01:06:58 +02:00
6f3d945213 added readme 2025-07-31 18:04:50 +02:00
f4881be087 added preferences card 2025-07-31 17:55:47 +02:00
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