Tabrix
JavaScript HTML CSS
A Modern Take on POS
Tabrix is a purely frontend-focused, visually stunning restaurant Point of Sale (POS) and billing system. I wanted to build a UI that looked nothing like the boring, outdated software usually seen in retail and dining establishments.
Features & UI/UX
- Glassmorphism & Dark Mode: Implements a sleek, modern dark mode aesthetic utilizing translucent panels and deep gradients.
- Real-Time Dashboards: Interactive charts and layout features that simulate real-time analytics for restaurant management, including daily revenue, active tables, and top-selling items.
- Fluid Animations: High-quality micro-interactions and transitions make the app feel incredibly snappy and responsive.
- State Management: Uses robust vanilla JavaScript patterns to handle cart state, table management, and bill calculation entirely on the client-side without relying on heavy frameworks.
Technical Achievement
Tabrix proves that you don’t always need React or Vue to build complex, state-heavy web applications. By mastering DOM manipulation, CSS Grid, and custom event dispatchers, Tabrix delivers a premium software experience using just core web technologies.