{"id":28928852,"url":"https://github.com/dalascript/quote-generator","last_synced_at":"2026-04-28T17:02:06.429Z","repository":{"id":292208540,"uuid":"980155708","full_name":"DalaScript/quote-generator","owner":"DalaScript","description":"ZTM JS Web Projects Course |  Quote Generator | Project 1/20","archived":false,"fork":false,"pushed_at":"2025-08-31T09:19:22.000Z","size":470,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T10:17:06.721Z","etag":null,"topics":["css","html","javascript","quote-api","quote-generator","zerotomastery"],"latest_commit_sha":null,"homepage":"https://dalascript.github.io/quote-generator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DalaScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-08T16:50:08.000Z","updated_at":"2025-08-31T09:19:26.000Z","dependencies_parsed_at":"2025-08-31T10:10:20.860Z","dependency_job_id":"9adcca95-6ca8-4a29-a82e-17bd19e959b1","html_url":"https://github.com/DalaScript/quote-generator","commit_stats":null,"previous_names":["dalascript/quote-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DalaScript/quote-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fquote-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fquote-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fquote-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fquote-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DalaScript","download_url":"https://codeload.github.com/DalaScript/quote-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fquote-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","javascript","quote-api","quote-generator","zerotomastery"],"created_at":"2025-06-22T14:14:38.020Z","updated_at":"2026-04-28T17:02:06.424Z","avatar_url":"https://github.com/DalaScript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quote Generator | ZTM JS Web Projects Course\n\n**Project 1/20**\n\nA simple and aesthetic random quote generator that fetches quotes from an external API and displays them with a stylish UI. Users can view new quotes and tweet them directly.\n\n---\n\n## 📚 Table of Contents\n\n- [🔎 Overview](#-overview)\n  - [📸 Screenshot](#-screenshot)\n  - [🔗 Links](#-links)\n  - [📌 Features](#-features)\n  - [🛠️ Built with](#️-built-with)\n- [🧠 My process](#-my-process)\n  - [🗃️ Useful resources](#️-useful-resources)\n  - [🧪 Another Versions](#-another-versions)\n  - [🔜 Next Project](#-next-project)\n- [👤 Author](#-author)\n  - [🌐 Connect with Me](#-connect-with-me)\n  - [💻 Coding Profiles](#-coding-profiles)\n\n---\n\n## 🔎 Overview\n\n### 📸 Screenshot\n\n![Live Preview Screenshot](./assets/screenshot.jpg)\n\n### 🔗 Links\n\n- [🔴 Live Demo](https://dalascript.github.io/quote-generator/)\n- [🗂️ GitHub Repository](https://github.com/DalaScript/quote-generator)\n\n### 📌 Features\n\n- ✅ Random quote fetched from a public API\n- ✅ Author name display (or \"Unknown\" if missing)\n- ✅ Twitter share button\n- ✅ Loader animation for smooth UX\n\n### 🛠️ Built with\n\n- HTML5\n- CSS3\n- Vanilla JavaScript\n- Quote API\n\n---\n\n## 🧠 My Process\n\n### 🗃️ Useful resources\n\n- [Hero Patterns](https://heropatterns.com/)\n- [Google Fonts](https://fonts.google.com/)\n- [FontAwesome Icons](https://fontawesome.com/icons?d=gallery\u0026q=close\u0026m=free)\n- [Twitter Integration Documentation](https://developer.x.com/en/docs/x-for-websites/tweet-button/guides/web-intent)\n- [W3Schools - Loader](https://www.w3schools.com/howto/howto_css_loader.asp)\n- [Random Quote API](https://forismatic.com/en/api/)\n- [Fix CORS Error Article](https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9)\n\n### 🧪 Another Versions\n\n- Quote Generator Local → [View Repository](https://github.com/DalaScript/quote-generator-local)\n\n- Quote Generator Optional → [View Repository](https://github.com/DalaScript/quote-generator-optional)\n\n### 🏷️ Quote Generator Optional\n\n### 🔜 Next Project\n\n- Infinite Scroll | *Project 2/20* → [View Repository](https://github.com/DalaScript/infinity-scroll)\n\n---\n\n## 👤 Author\n\n### 🌐 Connect with Me\n\n- [Instagram](https://www.instagram.com/DalaScript)\n- [YouTube](https://www.youtube.com/@DalaScript)\n\n### 💻 Coding Profiles\n\n- [freeCodeCamp](https://www.freecodecamp.org/DalaScript)\n- [FrontendMentor](https://www.frontendmentor.io/profile/DalaScript)\n- [GitHub](https://github.com/DalaScript)\n\n*🙌 Thanks for checking out my project! More coming soon. Stay tuned 🚀*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fquote-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalascript%2Fquote-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fquote-generator/lists"}