BurgerTask is a small web app to manage restaurant orders in real time. It allows staff to create, update and track orders, while customers can see the order status on a live screen.
- Order management (create, update, cancel)
- Real-time customer order board
- Sound notification when an order is ready
- Local storage persistence
- Multi-language support (English / Spanish)
- Responsive layout
- React
- Vite
- JavaScript
- CSS
- LocalStorage (no backend)
git clone https://github.com/nicolobos77/BurgerTask.git
cd BurgerTasknpm installnpm run dev