{"id":15131294,"url":"https://github.com/balakrish001/meme-generator-styled-components","last_synced_at":"2026-02-12T12:49:04.416Z","repository":{"id":257061317,"uuid":"857222285","full_name":"Balakrish001/Meme-Generator-Styled-Components","owner":"Balakrish001","description":"Meme Generator with React and Styled Components","archived":false,"fork":false,"pushed_at":"2024-09-14T04:55:32.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T20:43:30.689Z","etag":null,"topics":["html-css-javascript","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"","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/Balakrish001.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}},"created_at":"2024-09-14T04:48:07.000Z","updated_at":"2024-09-14T04:56:19.000Z","dependencies_parsed_at":"2024-09-14T17:22:59.238Z","dependency_job_id":null,"html_url":"https://github.com/Balakrish001/Meme-Generator-Styled-Components","commit_stats":null,"previous_names":["balakrish001/meme-generator-styled-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Balakrish001/Meme-Generator-Styled-Components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMeme-Generator-Styled-Components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMeme-Generator-Styled-Components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMeme-Generator-Styled-Components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMeme-Generator-Styled-Components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Balakrish001","download_url":"https://codeload.github.com/Balakrish001/Meme-Generator-Styled-Components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Balakrish001%2FMeme-Generator-Styled-Components/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080002,"owners_count":23708098,"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","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":["html-css-javascript","reactjs","styled-components"],"created_at":"2024-09-26T03:40:31.613Z","updated_at":"2026-02-12T12:49:04.353Z","avatar_url":"https://github.com/Balakrish001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In this project, let's build a **Meme Generator** app by applying the React Styled Components.\n\n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/meme-generator-output.gif\" alt=\"meme-generator\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Extra Small (Size \u003c 576px) and Small (Size \u003e= 576px)](https://assets.ccbp.in/frontend/content/react-js/meme-generator-sm-output-v0.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/meme-generator-lg-output-v0.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n### Completion Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eFunctionality to be added\u003c/summary\u003e\n\u003cbr/\u003e\n\nThe app must have the following functionalities\n\n- Initially, values in the inputs elements should be empty and the selected value in the select element should be the first item in the given fontSizesOptionsList\n- When non-empty values are provided for **Image Url**, **Top Text**, **Bottom Text**, and **Font Size** and the **Generate** button is clicked\n  - The Image URL that has been provided should be applied as a background-image for the generated meme\n  - The given Top and Bottom text values should be at the top and bottom of the generated meme\n  - The selected font size value should be applied for both top and bottom text of the generated meme\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eImplementation Files\u003c/summary\u003e\n\u003cbr/\u003e\n\nUse these files to complete the implementation:\n\n- `src/App.js`\n- `src/components/MemeGenerator/index.js`\n- `src/components/MemeGenerator/styledComponents.js`\n\n\u003c/details\u003e\n\n### Important Note\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n**The following instructions are required for the tests to pass**\n\n- The HTML container element for the generated meme should have `data-testid` attribute value as **meme**\n- When Styled Components are used, `data-testid` attribute should be used instead of `testid` attribute\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- [https://assets.ccbp.in/frontend/react-js/nature-img.png](https://assets.ccbp.in/frontend/react-js/nature-img.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #35469c; width: 150px; padding: 10px; color: black\"\u003eHex: #35469c\u003c/div\u003e\n\u003cdiv style=\"background-color: #7e858e; width: 150px; padding: 10px; color: black\"\u003eHex: #7e858e\u003c/div\u003e\n\u003cdiv style=\"background-color: #5a7184; width: 150px; padding: 10px; color: black\"\u003eHex: #5a7184\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffffff; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #d7dfe9; width: 150px; padding: 10px; color: black\"\u003eHex: #d7dfe9\u003c/div\u003e\n\u003cdiv style=\"background-color: #1e293b; width: 150px; padding: 10px; color: black\"\u003eHex: #1e293b\u003c/div\u003e\n\u003cdiv style=\"background-color: #0b69ff; width: 150px; padding: 10px; color: black\"\u003eHex: #0b69ff\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Open Sans\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fmeme-generator-styled-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalakrish001%2Fmeme-generator-styled-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalakrish001%2Fmeme-generator-styled-components/lists"}