Commit graph

2 commits

Author SHA1 Message Date
4e451d751b feat: enhance ItemsPage and components with improved item management and tagging functionality 2025-08-17 21:36:02 +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