{"id":21168210,"url":"https://github.com/m0nica/affirmation_generator","last_synced_at":"2025-07-09T17:34:03.463Z","repository":{"id":7591088,"uuid":"41514845","full_name":"M0nica/affirmation_generator","owner":"M0nica","description":"A random affirmation generator written with ReactJS :-)","archived":false,"fork":false,"pushed_at":"2023-01-03T22:19:05.000Z","size":28752,"stargazers_count":67,"open_issues_count":21,"forks_count":37,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-02T05:39:07.775Z","etag":null,"topics":["affirmation-generator","jest","quotes","react","reactjs"],"latest_commit_sha":null,"homepage":"http://www.affirmations.madewithtech.com","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/M0nica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"m0nica","patreon":null,"open_collective":null,"ko_fi":"m0nica","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-08-27T22:38:48.000Z","updated_at":"2024-03-06T15:29:53.000Z","dependencies_parsed_at":"2023-01-13T15:00:22.428Z","dependency_job_id":null,"html_url":"https://github.com/M0nica/affirmation_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0nica%2Faffirmation_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0nica%2Faffirmation_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0nica%2Faffirmation_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0nica%2Faffirmation_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M0nica","download_url":"https://codeload.github.com/M0nica/affirmation_generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225578930,"owners_count":17491283,"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":["affirmation-generator","jest","quotes","react","reactjs"],"created_at":"2024-11-20T15:08:47.890Z","updated_at":"2024-11-20T15:08:48.436Z","avatar_url":"https://github.com/M0nica.png","language":"JavaScript","funding_links":["https://github.com/sponsors/m0nica","https://ko-fi.com/m0nica"],"categories":[],"sub_categories":[],"readme":"### affirmation generator\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ec8dd57a-9951-4166-bba9-bb5f99354b29/deploy-status)](https://app.netlify.com/sites/affirmations/deploys)\n[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors)\n\nWebsite: [https://www.affirmations.madewithtech.com/](https://www.affirmations.madewithtech.com/)\n\n\nUsers can visit the [affirmation generator](https://www.affirmations.madewithtech.com/) for inspiration and view the collection thus far - an affirmation is randomly generated :sparkles: each visit or when the next button is pushed.\n\n![App Screenshot](public/app-screenshot.png)\n\n## How to Add Affirmations\n\nAdditional affirmations can be submitted by editing to the [affirmations.js](src/affirmations.js) file.\n\nThe basic object structure of an affirmation in this project is:\n\n```\n{\n  affirmation:\n    \"\",\n  author: \"\"\n}\n```\n\nSee the [affirmationsTemplate.js](src/affirmationsTemplate.js) file for a further example of what should be added to the `affirmations` array in the [affirmations.js](src/affirmations.js) file.\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Install Dependencies\nrun `yarn` or `npm`\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start` or `yarn start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test` or `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build` or `yarn run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject` or `yarn run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jodylecompte.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/38302762?v=4\" width=\"100px;\" alt=\"Jody LeCompte\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJody LeCompte\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=jodylecompte\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.aboutmonica.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/6998954?v=4\" width=\"100px;\" alt=\"Monica Powell\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMonica Powell\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=m0nica\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#content-m0nica\" title=\"Content\"\u003e🖋\u003c/a\u003e \u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=m0nica\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.skills247.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/14081255?v=4\" width=\"100px;\" alt=\"DAugusteDataTip\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDAugusteDataTip\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-DAugusteDataTip\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.codepresssolutions.com/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/31517766?v=4\" width=\"100px;\" alt=\"Lauren\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLauren\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=unikornintech\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/metalandcoffee\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/20868511?v=4\" width=\"100px;\" alt=\"Ebonie\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEbonie\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=metalandcoffee\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/deboutlaw\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/36055038?v=4\" width=\"100px;\" alt=\"deb outlaw\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edeb outlaw\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=deboutlaw\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/LonelyPrincess\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/17673317?v=4\" width=\"100px;\" alt=\"Sara Hernández\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSara Hernández\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=lonelyprincess\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/kharaone\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/6599271?v=4\" width=\"100px;\" alt=\"kharaone\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ekharaone\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=kharaone\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ribaishtiaq\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/38105931?v=4\" width=\"100px;\" alt=\"Riba Ishtiaq\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRiba Ishtiaq\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=ribaishtiaq\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://jolenelanglinais.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/36460856?v=4\" width=\"100px;\" alt=\"Jolene Langlinais\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJolene Langlinais\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/M0nica/affirmation_generator/commits?author=irmerk\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ruidpm\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/51025261?v=4\" width=\"100px;\" alt=\"ruidpm\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eruidpm\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-ruidpm\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0nica%2Faffirmation_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0nica%2Faffirmation_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0nica%2Faffirmation_generator/lists"}