

Ordering Web App Demo (link)
A full-stack ordering web application with real-time updates, user authentication, and administrator dashboard to view orders and revenues.
Can be deployed to AWS Cloud or run completely on local machine.
Client-Side (The Presentation Layer)
- AWS CloudFront
- React.js & TypeScript
- Next.js routing
- CSS Modules / CSS Variables
- TailWind CSS
Server-Side (The Business Logic Layer)
- Node.js
- Socket.io (Local)
- Express
- REST APIs
- WebSocket integration (Lambda)
Database & Persistent Layer
- MongoDB (Local)
- AWS DynamoDB
- AWS Simple Storage Service (S3)
DevOps, Deployment & Tooling
- AWS CloudFormation
- AWS API Gateway
- AWS Cloud Development Kit (CDK)
- GitHub Actions