Commit graph

4 commits

Author SHA1 Message Date
56de7bb167 feat: initialize frontend with React, Vite, and Tailwind CSS
- package.json with dependencies and scripts for development
- postcss.config.js for Tailwind CSS and autoprefixer
- main App component with routing for Trips and Items pages
- API functions for fetching trips and items
- components for item listing, item rows, search bar, and tag filtering
- ItemsPage to manage items with search and tag filtering
- TripsPage to display trips and associated items
- Tailwind CSS and TypeScript settings
2025-08-17 20:13:46 +02:00
e9bc26e1ed Refactor backend structure: update Dockerfile, improve database connection, and enhance dev_seed functionality 2025-08-14 20:40:12 +02:00
e702418221 Komplett neu mit GPT 2025-08-13 21:10:04 +02:00
39f1470940 initial 2025-08-01 22:35:14 +02:00