Theis Gaedigk theis.gaedigk
theis.gaedigk pushed tag v1.0.0-local to theis.gaedigk/weather-app 2025-08-01 19:58:19 +02:00
theis.gaedigk pushed to debian12 at theis.gaedigk/weather-app 2025-08-01 19:51:53 +02:00
dbbca57f59 fix: update README to clarify web version availability and hosted version details
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-08-01 19:50:08 +02:00
97b5190442 docs: update version information in README to reflect current development status
theis.gaedigk pushed to debian12 at theis.gaedigk/weather-app 2025-08-01 19:48:42 +02:00
a2ee1b3d1f chore: remove detailed usage instructions and features from README for web-only version
theis.gaedigk pushed to debian12 at theis.gaedigk/weather-app 2025-08-01 19:45:29 +02:00
7d91eb64eb Merge branch 'v1.0.0-local' into debian12
d8bbc7e62a fix: add missing newlines for improved markdown formatting in README
11e6e1684c Refactor code structure for improved readability and maintainability
Compare 3 commits »
theis.gaedigk created branch v1.0.0-local in theis.gaedigk/weather-app 2025-08-01 19:44:46 +02:00
theis.gaedigk pushed to v1.0.0-local at theis.gaedigk/weather-app 2025-08-01 19:44:46 +02:00
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-08-01 19:43:47 +02:00
d8bbc7e62a fix: add missing newlines for improved markdown formatting in README
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-08-01 19:43:16 +02:00
11e6e1684c Refactor code structure for improved readability and maintainability
theis.gaedigk pushed to debian12 at theis.gaedigk/weather-app 2025-08-01 01:10:03 +02:00
a3df60178b changed ports
8341e50dc8 feat: enhance ChangeAPI and ChangePreferences components; add "API key update" functionality and save preferences feature
6f3d945213 added readme
f4881be087 added preferences card
3ecac5a854 refactor: comment out frontend service configuration in docker-compose.yml
Compare 5 commits »
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-08-01 01:07:02 +02:00
8341e50dc8 feat: enhance ChangeAPI and ChangePreferences components; add "API key update" functionality and save preferences feature
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 18:04:53 +02:00
6f3d945213 added readme
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:55:52 +02:00
f4881be087 added preferences card
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:38:10 +02:00
3ecac5a854 refactor: comment out frontend service configuration in docker-compose.yml
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:37:01 +02:00
a2f22ec395 feat: update port configurations for backend and frontend; adjust Dockerfile and docker-compose settings
theis.gaedigk created branch debian12 in theis.gaedigk/weather-app 2025-07-31 17:36:22 +02:00
theis.gaedigk pushed to debian12 at theis.gaedigk/weather-app 2025-07-31 17:36:22 +02:00
a2f22ec395 feat: update port configurations for backend and frontend; adjust Dockerfile and docker-compose settings
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:27:52 +02:00
a39e22fab9 feat: update HTML structure and add logo for Weather App; remove unused SVG from WeatherCard
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:17:21 +02:00
e3915a0ca4 added more design using tailwind classes
theis.gaedigk pushed to main at theis.gaedigk/weather-app 2025-07-31 17:12:04 +02:00
21963eda1b feat: implement WeatherForm component and integrate weather fetching functionality.