Commit Graph

12 Commits

Author SHA1 Message Date
theis.gaedigk 6915e60cec implemented tanstack form 2026-05-24 13:07:06 +02:00
theis.gaedigk 3832aca12c implemented tanstack query 2026-05-18 18:05:05 +02:00
theis.gaedigk 8650745009 add MUI components and update localization for payment methods 2026-05-10 20:45:51 +02:00
theis.gaedigk 5c035ba1c0 add lucide-react dependency and update form handling in MainForm
- Added lucide-react to package dependencies
- Refactored MainForm to improve form handling and user selection
- Removed SuccessPage component and related logic
- Updated localization files to include new keys for invoice details
- Created interfaces for form data and messages
2026-05-10 19:39:32 +02:00
theis.gaedigk 746530ae4c improved ground structure 2026-05-10 18:31:46 +02:00
theis.gaedigk 3fd0889ebf ground structure 2026-05-10 18:21:34 +02:00
theis.gaedigk e3a26de92d added new frontend and renamed old frontend 2026-05-10 13:30:20 +02:00
theis.gaedigk e2ed58499a feat: implement success page and update routing; add lucide icons and enhance form submission feedback 2026-01-21 10:26:39 +01:00
theis.gaedigk 411e3cba46 feat: update MainForm component for improved form handling and validation; add i18next support for localization 2026-01-14 13:01:45 +01:00
theis.gaedigk 110a5b17c2 feat: integrate Tailwind CSS and enhance MainForm component
- Added Tailwind CSS and related packages to the project.
- Refactored App.css and index.css to use Tailwind for styling.
- Enhanced MainForm component with improved form handling, validation, and layout using Material-UI and Tailwind CSS.
- Implemented dynamic error handling and submission feedback.
- Created a new Tailwind configuration file.
2026-01-13 19:46:34 +01:00
theis.gaedigk 8a915ea5f5 feat: initialize backend and frontend structure with Docker support
- Added backend package.json with dependencies for Express, MySQL, and EJS.
- Created server.js for backend server setup with basic routing and error handling.
- Added EJS view for the index page.
- Set up Docker Compose configuration for frontend, backend, and MySQL database services.
- Created Dockerfile for frontend build process using Node and Nginx.
- Configured Nginx for serving frontend application.
- Implemented i18n setup for internationalization with English and German language support.
- Added localization files for English and German languages.
2026-01-13 18:16:10 +01:00
theis.gaedigk 6ed62f0f8d initial commit 2025-12-23 00:31:59 +01:00