{"id":24761692,"url":"https://github.com/carlossanabriam/web-frontend","last_synced_at":"2026-04-17T15:31:40.368Z","repository":{"id":222729680,"uuid":"190527900","full_name":"CarlosSanabriaM/web-frontend","owner":"CarlosSanabriaM","description":"Web frontend of my final degree project","archived":false,"fork":false,"pushed_at":"2019-08-04T14:06:54.000Z","size":1186,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-23T13:16:06.370Z","etag":null,"topics":["angular","bootstrap","compodoc","docker","frontend","spa"],"latest_commit_sha":null,"homepage":"","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/CarlosSanabriaM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-06-06T06:36:35.000Z","updated_at":"2019-08-06T16:56:51.000Z","dependencies_parsed_at":"2024-02-15T22:44:52.317Z","dependency_job_id":null,"html_url":"https://github.com/CarlosSanabriaM/web-frontend","commit_stats":null,"previous_names":["carlossanabriam/web-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CarlosSanabriaM/web-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosSanabriaM%2Fweb-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosSanabriaM%2Fweb-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosSanabriaM%2Fweb-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosSanabriaM%2Fweb-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosSanabriaM","download_url":"https://codeload.github.com/CarlosSanabriaM/web-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosSanabriaM%2Fweb-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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","bootstrap","compodoc","docker","frontend","spa"],"created_at":"2025-01-28T19:18:55.736Z","updated_at":"2026-04-17T15:31:40.350Z","avatar_url":"https://github.com/CarlosSanabriaM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Frontend\n\n\u003cp float=\"left\" id=\"images\" style=\"text-align: center;\"\u003e\n  \u003cimg src=\"images/topics-section.png\" alt=\"Image of the topics section\" width=\"49%\"\u003e\n  \u003cimg src=\"images/text-section.png\" alt=\"Image of the text section\" width=\"49%\"\u003e\n\u003c/p\u003e\n\n\n\n## What is it?\nThis project is an Angular application that represents the web frontend of my final degree project.\n\nThis application consumes the REST API served by the [web_backend](https://github.com/CarlosSanabriaM/web_backend).\n\nIt's deployed in Heroku in the following URL: \n[http://topics-and-summary-web-front.herokuapp.com](http://topics-and-summary-web-front.herokuapp.com)\n\n\n\n## Main features\n* **Uses Angular Material 7.3.7 and Bootstrap 4, and NG Bootstrap.**\n* **Uses Angular Reactive Forms.**\n* **Uses Chartist to create the histogram.**\n* **Uses the HTML5 File API to drag and drop a text file in the textarea.**\n* **Uses Compodoc for generating the documentation.**\n* **After pressing a button, the page automatically scrolls to the card, and shows a loading spinner.**\n* **Shows error messages in Angular Material Snack bar.**\n* **It's completely adaptable, changing the layout and other small details depending on the screen size.**\n* **Contains a Dockerfile to create a Docker image to execute the frontend in an isolated environment or deploy it.**\n* **Deployed on Heroku.**\n\n\n![Coverage badge documentation](images/coverage-badge-documentation.svg)\n\n\n\n## Dependencies, Installation and Usage\nAll this information and more is present in the **documentation**.\n\nTo generate the documentation and visualize it, follow this steps:\n\n1. Install compodoc 1.1.8 via npm: `npm install -g @compodoc/compodoc@1.1.8`\n2. Render the documentation, and serve it with compodoc: `./generate-and-serve-documentation.sh`\n3. Access the HTML page in [http://127.0.0.1:8080/](http://127.0.0.1:8080/).\n\nCompodoc 1.1.9 has a bug that fails to render source code blocks in Markdown files, \nso for the moment better install compodoc 1.1.8. \nSee this [issue](https://github.com/compodoc/compodoc/issues/750) for more info.\n\nThe generate-and-serve-documentation.sh executes the following command: \n`compodoc -p tsconfig.json -s --assetsFolder images --includes additional-documentation-sources`.\n\nFor more info about compodoc, visit the [Compodoc Usage page](https://compodoc.app/guides/usage.html).\n\n\n\n## Angular default info\n\n### Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. \nThe 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. \nYou 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. \nUse the `--prod` flag for a production build.\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 [Protractor](http://www.protractortest.org/).\n\n### Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the \n[Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlossanabriam%2Fweb-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlossanabriam%2Fweb-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlossanabriam%2Fweb-frontend/lists"}