Commit graph

3 commits

Author SHA1 Message Date
827b6b5222 fix: use VITE_API_URL for API base path 2025-09-28 19:26:16 +02:00
866ceb47a8 feat: Docker configuration for multi-stage builds and prod deployment 2025-09-22 17:39:25 +02:00
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