{"id":19648404,"url":"https://github.com/wilsonkinyua/quote-generator","last_synced_at":"2026-04-29T19:03:51.219Z","repository":{"id":117122506,"uuid":"397975462","full_name":"WilsonKinyua/quote-generator","owner":"WilsonKinyua","description":"Angular Web application that allows a user to create quotes and have those quotes voted on whether they are terrible or are inspirational. ","archived":false,"fork":false,"pushed_at":"2021-08-23T07:38:07.000Z","size":2776,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T00:43:11.594Z","etag":null,"topics":["angular","quote-generator","typescript"],"latest_commit_sha":null,"homepage":"https://wilsonkinyua.github.io/quote-generator/","language":"TypeScript","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/WilsonKinyua.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":"2021-08-19T14:41:00.000Z","updated_at":"2021-08-23T07:36:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"0690990a-8c30-4b21-b7e1-266f5c6cc458","html_url":"https://github.com/WilsonKinyua/quote-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WilsonKinyua/quote-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fquote-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fquote-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fquote-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fquote-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilsonKinyua","download_url":"https://codeload.github.com/WilsonKinyua/quote-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fquote-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263427301,"owners_count":23464840,"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":["angular","quote-generator","typescript"],"created_at":"2024-11-11T14:48:17.894Z","updated_at":"2026-04-29T19:03:46.185Z","avatar_url":"https://github.com/WilsonKinyua.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- # Quote Generator\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.1.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. --\u003e\n\n# Quote Generator\n\n#### Created By Wilson Kinyua Muthoni on 30-07-2021\n## Description\nWeek 1 Independent Project | Quote Generator at Moringa School Core (Angular Module). A web application where  users can create quotes and have those quotes voted on whether they are terrible or are inspirational. \n## Setup Requirements\n* Git\n* Web-browser or your choice\n* Github\n* Angular CLI (https://cli.angular.io/)\n* Node.js (https://nodejs.org/)\n* NPM (https://www.npmjs.com/)\n\n## Setup Installation\n* Copy the github repository url\n* Clone to your computer\n* Open terminal and navigate to the directory of the project you just cloned to your computer \n* Run the following command to install all the dependencies\n``` \nnpm install\n```\n* And the following to run development server\n```\nng serve\n```\n* open the browser and navigate to http://localhost:4200/ to see the application in action\n## Technologies Used\n The following languages have been used on this project:\n * HTML\n * CSS\n * Bootstrap\n * Angular CLI\n\n## Setup/Installation Requirements\n\n* Live link to view the project \u003ca href=\"https://wilsonkinyua.github.io/quote-generator/\"\u003eView Quotes\u003c/a\u003e\n## Some Screenshots\n* Homepage\n\u003cimg src=\"./src/assets/screenshots/1.png\" alt=\"screenshot\" /\u003e\n\n* Quote section\n\u003cimg src=\"./src/assets/screenshots/2.png\" alt=\"screenshot\" /\u003e\n\n* Create Quote Form with form validation\n\u003cimg src=\"./src/assets/screenshots/3.png\" alt=\"screenshot\" /\u003e\n\n* After submitting the form\n\u003cimg src=\"./src/assets/screenshots/4.png\" alt=\"screenshot\" /\u003e\n\n* Single Quote Details\n\u003cimg src=\"./src/assets/screenshots/5.png\" alt=\"screenshot\" /\u003e \n\n* Fully Phone Responsive\n\u003cbr\u003e\n\u003cimg src=\"./src/assets/screenshots/6.png\" alt=\"screenshot\" /\u003e\n\n\n## Known Bugs\n So far so good there are no bugs related to this project 😎\n## Support and contact details 🙂\nTo make a contribution to the code used or any suggestions you can click on the contact link and email me your suggestions.\n* Email: wilson@developerwilson.com\n* Phone: +254717255460\n## License\n\n\nCopyright (c) 2021 Moringa school\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files , to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonkinyua%2Fquote-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilsonkinyua%2Fquote-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonkinyua%2Fquote-generator/lists"}