Personal
Wordle - SRT
Web Game
A Wordle clone with persistent game state, daily puzzles, and vanilla JavaScript implementation.
RoleBuilder
FocusFrontend · Game Logic
StatusCompleted

Overview
A browser-based recreation of the Wordle word puzzle game. Features daily puzzle mechanics, keyboard input handling, color-coded feedback, and persistent local progress so players can return and continue their streak.
Responsibilities
- Built and maintained web game functionality across the product scope described on this page.
- Worked with HTML, CSS, JavaScript (ES6+) to deliver the project in a practical, shippable form.
- Handled the implementation details needed to turn the project into a usable product or working release.
Technical Highlights
- Daily puzzle system with streak tracking via localStorage.
- Complete game logic — letter validation, position checking, and visual feedback.
- Pure vanilla JavaScript — no frameworks, no build tools.
Outcomes
- Delivered a complete web game experience that can be explored through the published project links.
- Created a project that demonstrates applied engineering work rather than only isolated technical experiments.