Lucas

Project — wrapper-google

A CI/CD Demonstration Project Mimicking Old Google

A playful search interface with an intentionally broken keyboard mechanic.

Image 1
Image 2
Image 3
Image 4
Image 5
Image 6
Image 7
1 / 7
01

In plain English

This website lets you perform searches, but your keyboard works in a strange way. Instead of typing normally, pressing any key cycles through letters, and you must wait before moving to the next one. It’s intentionally frustrating and humorous, like using a glitchy search engine.

02

For the curious

Built in React and containerized with Docker, this project focuses on GitHub CI/CD workflows for automated build and deployment. The UI intentionally mimics early Google designs. The custom input system increments letters programmatically instead of reading actual keyboard keys, demonstrating front-end logic manipulation.

A little summary :

This project was created in one day to experiment with CI/CD, Docker setups, and front-end logic, resulting in a quirky and memorable tool blending nostalgia and technical experimentation.