
A modern point-of-sale and kiosk system designed for Panda Express-style restaurants, featuring AI-powered ordering assistance and real-time kitchen management.
Built with React, Next.js, and PostgreSQL to streamline the ordering experience for customers and kitchen operations for staff.
Multilingual ordering assistant powered by OpenAI API helps customers navigate the menu and place orders in their preferred language.
Intuitive customization system allows customers to select meal sizes, choose entrees, and pick sides for a personalized dining experience.
Dedicated employee interface displays incoming orders in real-time, tracking inventory usage as items are prepared.
Robust database architecture manages menu items, orders, inventory levels, and employee data with reliability and efficiency.
Built with React, Next.js, and Node.js for a responsive, fast, and maintainable full-stack application.
Designed specifically for Panda Express-style ordering, streamlining the customer journey from selection to checkout.
The POS System began as a JavaFX desktop application and was completely reimplemented as a modern web application using React, Next.js, and Node.js. This transformation made the system accessible from any device while significantly improving the user experience and maintainability.
The system was developed as the final project for CSCE 331 Foundations of Software Engineering, demonstrating full-stack development capabilities, database design, API integration, and modern software engineering practices.
The customizable meal builder allows customers to select their meal size, choose from multiple entree options, and pick their preferred sides. This intuitive interface guides users through the selection process, ensuring they create the perfect meal while clearly displaying pricing and portion information.

One of the system's standout features is the AI chat assistant, which I designed and implemented using the OpenAI API. The assistant helps customers navigate the menu, answer questions about ingredients and options, and complete their orders—all in multiple languages. This feature makes the kiosk accessible to a broader audience and reduces the learning curve for first-time users, creating a more inclusive dining experience.

The kitchen view provides employees with a live dashboard of incoming orders, displaying all active orders and their status. As kitchen staff prepare items, the system automatically tracks inventory usage, ensuring accurate stock levels and preventing overselling. This real-time coordination between the front-of-house kiosk and back-of-house operations streamlines the entire restaurant workflow.

As a key developer on this project, I focused on creating intuitive customer-facing features and robust backend systems:
The system leverages a PostgreSQL database to maintain data integrity across menu items, orders, inventory levels, and employee records. The Node.js backend provides RESTful APIs that connect the React frontend to the database, while the Next.js framework enables server-side rendering for optimal performance.
The kitchen view updates in real-time as orders come in, automatically adjusting inventory counts as items are prepared. This ensures accurate stock tracking and helps prevent overselling items that are running low.