Commit Graph

10 Commits

Author SHA1 Message Date
e3e1037a85 feat: update SuccessPage with countdown and return button; localize return button text 2026-01-21 16:27:32 +01:00
9445f5d417 refactor: update MainForm layout and payment method selection; localize submit button text 2026-01-21 16:15:52 +01:00
308b21ae6c improved choosing payment method 2026-01-21 15:51:38 +01:00
e2ed58499a feat: implement success page and update routing; add lucide icons and enhance form submission feedback 2026-01-21 10:26:39 +01:00
c985a20207 feat: enhance MainForm layout and user experience; add new components and improve form structure
feat: update i18n configuration to prioritize browser language; enhance language detection
feat: add new translation keys for form submission feedback in English and German
2026-01-20 19:07:03 +01:00
3c5ec1923f feat: add user confirmation functionality and dynamic table creation; enhance MainForm with user selection and next ID display 2026-01-19 13:51:33 +01:00
1208d731ca feat: update user retrieval and add new users table; enhance MainForm with user fetching and localization support 2026-01-19 12:38:50 +01:00
ba9deca84c feat: update MainForm component labels for consistency and localization; enhance i18next support in translation files 2026-01-14 13:10:06 +01:00
411e3cba46 feat: update MainForm component for improved form handling and validation; add i18next support for localization 2026-01-14 13:01:45 +01:00
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