🎮 Scrabble on AWS
An online Scrabble game built with serverless architecture on AWS, featuring a responsive frontend and scalable backend logic.
A multiplayer Scrabble game deployed on AWS with a responsive frontend and real-time backend logic. Built as a full-stack project demonstrating serverless architecture.
🔧 Key Features
- Interactive game board with drag-and-drop tiles
- Real-time scoring and word validation
- Backend logic powered by AWS Lambda and DynamoDB
- Deployed via AWS S3 with CORS-optimized communication
👩💻 My Role
- Developed the frontend using vanilla HTML, CSS, and JavaScript
- Wrote backend logic using AWS Lambda functions and DynamoDB for persistence
- Handled deployment and resolved CORS issues between frontend and backend