- Added `next-intl` dependency for improved internationalization capabilities. - Integrated translation hooks across various components, including authentication, chat, and settings, to support dynamic language switching. - Updated UI elements to utilize translated strings for better accessibility and user experience. - Refactored forms and validation schemas to include localized messages for error handling and user prompts. - Enhanced chat functionality with localized messages for actions and notifications. These changes aim to provide a more inclusive experience for users by supporting multiple languages and improving overall usability.
Web Client Application
Next.js web application for GoodGo Platform Client Portal.
Features
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS
- Zustand for state management
- API integration with auth service
Development
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start
Environment Variables
NEXT_PUBLIC_API_URL- API base URL (default: http://localhost/api/v1)