Hi! I'm a developer passionate about creating amazing digital experiences. This is my space to share my work, ideas, and projects.
I love bringing ideas to life through code
Always exploring new technologies
Delivering quality results
Test your skills with a classic game
Score: 0
Use arrow keys to play
Here's how this website was built, step by step:
Request: "I want to make a public website on github"
Result: Recommended GitHub Pages with static HTML/CSS/JavaScript for a professional landing page. Advised on repository naming convention (username.github.io).
Request: "i made the repo and my user name is hashbrownsandfries"
Result: Created a complete project structure locally with HTML, CSS, and JavaScript files. Included responsive design and modern styling.
Request: "can you run the commands for me?"
Result: Initialized Git repository, staged files, and created initial commit with all project files.
Request: "made a new token with the right perms [PAT]"
Result: Successfully authenticated and pushed the repository to GitHub using a personal access token with repo permissions.
Request: "ive renamed it" (repo name)
Result: GitHub Pages was automatically enabled after fixing the repository name to match username. Site went live at https://hashbrownsandfries.github.io
Request: "can you change the github link on the website to github.com/hashbrownsandfries"
Result: Updated the contact section with the correct GitHub profile URL.
Request: "can you also add my gmail to the email button, my gmail is garciaa105@montclai.edu"
Result: Integrated personal email into the contact button for easy visitor communication.
Request: "can you add the game snake to the front page of the website/"
Result: Developed a fully playable Snake game with canvas graphics, score tracking, collision detection, and responsive controls. Added to a dedicated game section.
Request: "collect all the prompts I have put here and give a short description on the results"
Result: Created this development log to showcase the project's evolution and technical decisions.
Tool: GitHub Copilot
Model: Claude Haiku 4.5
Purpose: This entire website was created using an advanced AI autocoding assistant. From initial project setup to Git configuration, GitHub Pages deployment, game development, and responsive design - all accomplished through natural language prompts and autonomous code generation.