{"id":19417181,"url":"https://github.com/mahmud-kandawala/random-quote-machine","last_synced_at":"2026-04-13T01:02:36.222Z","repository":{"id":176123443,"uuid":"618924284","full_name":"Mahmud-Kandawala/Random-Quote-Machine","owner":"Mahmud-Kandawala","description":"This Random Quote Machine project is one of the five required projects to complete the Front End Development Libraries Certification from freeCodeCamp().","archived":false,"fork":false,"pushed_at":"2023-03-25T18:49:02.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T03:31:41.352Z","etag":null,"topics":["bootstrap","css","html","javascript","json","math"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mahmud-Kandawala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-03-25T18:37:37.000Z","updated_at":"2023-03-25T18:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b83ceb95-5f8b-42c5-9025-627661eabcd0","html_url":"https://github.com/Mahmud-Kandawala/Random-Quote-Machine","commit_stats":null,"previous_names":["mahmud-kandawala/random-quote-machine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mahmud-Kandawala/Random-Quote-Machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahmud-Kandawala%2FRandom-Quote-Machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahmud-Kandawala%2FRandom-Quote-Machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahmud-Kandawala%2FRandom-Quote-Machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahmud-Kandawala%2FRandom-Quote-Machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mahmud-Kandawala","download_url":"https://codeload.github.com/Mahmud-Kandawala/Random-Quote-Machine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahmud-Kandawala%2FRandom-Quote-Machine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271446660,"owners_count":24761360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","css","html","javascript","json","math"],"created_at":"2024-11-10T13:07:47.453Z","updated_at":"2026-04-13T01:02:31.157Z","avatar_url":"https://github.com/Mahmud-Kandawala.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Quote Machine\n\n\u003cimg src = \"images/frontpage.png\"\u003e \n\n\n## Assignment\n\nFulfill the below user stories and get all of the tests to pass. Use whichever libraries or APIs you need. Give it your own personal style.\n\nYou can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and jQuery to complete this project. You should use a frontend framework (like React for example) because this section is about learning frontend frameworks. Additional technologies not listed above are not recommended and using them is at your own risk. We are looking at supporting other frontend frameworks like Angular and Vue, but they are not currently supported. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding!\n\nUser Story #1: I can see a wrapper element with a corresponding id=\"quote-box\".\n\nUser Story #2: Within `#quote-box`, I can see an element with a corresponding `id=\"text\"`.\n\nUser Story #3: Within `#quote-box`, I can see an element with a corresponding `id=\"author\"`.\n\nUser Story #4: Within `#quote-box`, I can see a clickable element with a corresponding `id=\"new-quote\"`.\n\nUser Story #5: Within `#quote-box`, I can see a clickable a element with a corresponding `id=\"tweet-quote\"`.\n\nUser Story #6: On first load, my quote machine displays a random quote in the element with `id=\"text\"`.\n\nUser Story #7: On first load, my quote machine displays the random quote's author in the element with `id=\"author\"`.\n\nUser Story #8: When the `#new-quote button` is clicked, my quote machine should fetch a new quote and display it in the `#text element`.\n\nUser Story #9: My quote machine should fetch the new quote's author when the `#new-quote` button is clicked and display it in the `#author element`.\n\nUser Story #10: I can tweet the current quote by clicking on the `#tweet-quote` a element. This a element should include the `\"twitter.com/intent/tweet\"` path in its href attribute to tweet the current quote.\n\nUser Story #11: The `#quote-box wrapper` element should be horizontally centered. Please run tests with browser's zoom level at 100% and page maximized.\n\nYou can build your project by using this CodePen template and clicking Save to create your own pen. Or you can use this CDN link to run the tests in any environment you like: `https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js`\n\nOnce you're done, submit the URL to your working project with all its tests passing.\n\nNote: Twitter does not allow links to be loaded in an iframe. Try using the `target=\"_blank\"` or `target=\"_top\"` attribute on the #tweet-quote element if your tweet won't load. `target=\"_top\"` will replace the current tab so make sure your work is saved.\n\n## Submitting\n\nCopy your project's URL and submit it to freeCodeCamp.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmud-kandawala%2Frandom-quote-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmud-kandawala%2Frandom-quote-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmud-kandawala%2Frandom-quote-machine/lists"}