{"id":21001398,"url":"https://github.com/chanaiagwata/quote-app","last_synced_at":"2026-05-03T10:36:52.503Z","repository":{"id":42196313,"uuid":"479350964","full_name":"chanaiagwata/Quote-App","owner":"chanaiagwata","description":"This is a quote application made with Javascript, Typescript, HTML, CSS, and Angular. It allows the user to create a quote, upvote or downvote, and delete quotes. ","archived":false,"fork":false,"pushed_at":"2022-04-16T22:46:21.000Z","size":638,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T07:07:33.433Z","etag":null,"topics":["angular-cli","css","html","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://chanaiagwata.github.io/Quote-App/","language":"TypeScript","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/chanaiagwata.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}},"created_at":"2022-04-08T10:44:54.000Z","updated_at":"2022-04-15T13:38:52.000Z","dependencies_parsed_at":"2022-08-12T09:10:36.428Z","dependency_job_id":null,"html_url":"https://github.com/chanaiagwata/Quote-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chanaiagwata/Quote-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanaiagwata%2FQuote-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanaiagwata%2FQuote-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanaiagwata%2FQuote-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanaiagwata%2FQuote-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chanaiagwata","download_url":"https://codeload.github.com/chanaiagwata/Quote-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanaiagwata%2FQuote-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["angular-cli","css","html","javascript","typescript"],"created_at":"2024-11-19T08:15:01.694Z","updated_at":"2026-05-03T10:36:52.470Z","avatar_url":"https://github.com/chanaiagwata.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuoteApp\n\n## By Chanai Agwata\n### (MS School Project)\n\n* [Overall Description](https://github.com/chanaiagwata/Quote-App/tree/master#overall-project-description)\n\n* [Setup Instructions](https://github.com/chanaiagwata/Quote-App/tree/master#setup-instructions)\n\n* [License](https://github.com/chanaiagwata/Quote-App/tree/master#license)\n\n* [Author's Info](https://github.com/chanaiagwata/Quote-App/tree/master#authors-info)\n\n## Overall Project Description\n\u003cp\u003eThis is a an application that allows users to create quotes and have those quotes voted on whether they are terrible or are inspirational.\u003c/p\u003e\n\n### User Stories\n* The user can create a new quote.\n* The user can upvote or downvote a quote.\n* The user can delete a quote.\n* The user sees the number of upvotes and number of downvotes for each quote.\n### How it Works\n* Load the application,\n* On the text-area, create a quote,\n* Enter your name, \n* Enter the name of the author,\n* Click the submit button to list the quote on the application.\n* You can upvote or downvote other listed quotes depending on whether they inspire you or not.\n* The once the show more details button is clicked, it gives the user a chance to see the name of the contributor and can also qelete it. \n![screenshot](https://raw.githubusercontent.com/chanaiagwata/Quote-App/master/src/assets/quoteappimage.png)\n### Languages and Frameworks\n* HTML\n* CSS\n* Javascript\n* Bootstrap\n* Angular\n### Known Bugs\n* The upvoting and downvoting does not work, however, it shows the number of upvotes and downvotes of the quotes listed on load. \n### Contributions\n* This project is open for improvement suggestions and interested parties can fork and pull request at any time.\n\n## Setup Instructions\n* copy the url on arrow down,\n* Clone on your computer,\n* Go live or start your server.\n#### Note\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.1.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application 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.\n\n* Click this link for additional information https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-and-forking-repositories-from-github-desktop\n\n### Live Site\nAccess it here  https://chanaiagwata.github.io/Quote-App/\n\n\n## License\n[MIT LICENSE](LICENSE)\n\n\n## Authors Info\n\nLinkedin Profile - [Chanai Agwata](https://www.linkedin.com/in/chanai-agwata-90a345146/)\n\n[Go Back to the top](#portfolio)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanaiagwata%2Fquote-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanaiagwata%2Fquote-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanaiagwata%2Fquote-app/lists"}