Skip to content

Instantly share code, notes, and snippets.

@guytheguytheguy
guytheguytheguy / script.js
Created June 23, 2025 07:53
Code for the "Daily Quote Generator" app featured in my YouTube Short, "I Built a Web App With ONE Sentence". This project was generated by an AI assistant to demonstrate "vibe coding." Tech Stack: HTML, CSS, vanilla JavaScript. #aicoding #vibeCoding #javascript #shorts #youtubetutorial
document.addEventListener('DOMContentLoaded', () => {
const quotes = [
{
text: "The only way to do great work is to love what you do.",
author: "Steve Jobs"
},
{
text: "The future belongs to those who believe in the beauty of their dreams.",
author: "Eleanor Roosevelt"
},