This is a React-based user interface for the Food Ordering Agent, providing a modern and interactive chat interface for ordering food items. The application is built with React, TypeScript, and Tailwind CSS.
This UI connects to a semantic kernel-based backend service. The backend source code can be found at: Food Ordering Agent Backend
- Run
npm install - Run
npm run dev
The application will start in development mode. Make sure the backend service is running on localhost:8000 before using the application.
- Modern chat interface for food ordering
- Real-time interaction with the food ordering agent
- Responsive design with resizable chat panels
- Built with React, TypeScript, and Tailwind CSS