{"id":18615075,"url":"https://github.com/andrewjbateman/angular-frontend-notes","last_synced_at":"2026-04-18T01:04:03.326Z","repository":{"id":39242697,"uuid":"237515952","full_name":"AndrewJBateman/angular-frontend-notes","owner":"AndrewJBateman","description":":clipboard: Angular tutorial app to allow user to enter notes and to list these notes in cards.","archived":false,"fork":false,"pushed_at":"2023-03-02T14:24:52.000Z","size":2986,"stargazers_count":0,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:34.213Z","etag":null,"topics":["angular","angular-tutorial","bulma","cards","fontawesome5","html","rxjs-observables","scss-styles","tutorial-code"],"latest_commit_sha":null,"homepage":"","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/AndrewJBateman.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":"2020-01-31T21:05:13.000Z","updated_at":"2021-06-14T20:15:49.000Z","dependencies_parsed_at":"2025-02-18T04:10:36.841Z","dependency_job_id":"1482c66d-5d61-425d-a645-249ba16ed0d7","html_url":"https://github.com/AndrewJBateman/angular-frontend-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/angular-frontend-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-frontend-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-frontend-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-frontend-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-frontend-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-frontend-notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-frontend-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31952208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","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","angular-tutorial","bulma","cards","fontawesome5","html","rxjs-observables","scss-styles","tutorial-code"],"created_at":"2024-11-07T03:28:01.479Z","updated_at":"2026-04-18T01:04:01.281Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Angular Frontend Notes\n\n* Angular app to allow a user to Create, Read, Update \u0026 Delete (CRUD) simple notes comprising a title and description.\n* Clicking on a note navigates to that note where it can be edited.\n* Tutorial code by [Devstackr](https://www.youtube.com/channel/UCbwsS1m4Hib6R-9F1alus_A/featured) * see [:clap: Inspiration](#clap-inspiration) below. Note some changes were required to pass tslint tests\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-frontend-notes?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-frontend-notes?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-frontend-notes?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-frontend-notes?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Angular Frontend Notes](#zap-angular-frontend-notes)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Notes can be viewed and deleted from the notes list.\n* Clicking on a note lets user edit it.\n* Fade-out gradient used with text to keep note cards all the same size.\n* List includes a filter so user can search for key words and filtered results will order themselves in terms of relevancy.\n* There is no backend for this app. A refresh loses all notes from the notes array.\n* [Bulma](https://bulma.io/documentation/) CSS framework used to style components etc.\n* 5 part Youtube tutorial series in Angular 8. Upgraded to Angular 12.\n\n## :camera: Screenshots\n\n![Angular page](./img/list.png)\n\n## :signal_strength: Technologies\n\n* [Angular v12](https://angular.io/)\n* [Bulma v0.9.2](https://bulma.io/documentation/) CSS framework\n* [Font Awesome v5](https://fontawesome.com/) icons\n* [rxjs v6](https://angular.io/guide/rx-library) reactive programming library\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies\n* To start the server on _localhost://4200_ type: 'ng serve'\n* To create a build file in a `docs` folder type `ng build --prod`. This will deployed in github-pages when code is commited and pushed to Github\n\n## :computer: Code Examples\n\n* on initialisation of `note-details.component.ts` check if note is new using the note id.\n\n```typescript\nngOnInit() {\n  // new note or editing existing one?\n  this.route.params.subscribe((params: Params) =\u003e {\n    this.note = new Note();\n    if (params.id) {\n      this.note = this.notesService.get(params.id);\n      this.noteId = params.id;\n      this.new = false;\n    } else {\n      this.new = true;\n    }\n  })\n}\n```\n\n## :cool: Features\n\n* Bulma CSS styles used for the first time.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working. Passes lint test.\n* To-do: Nothing. Could add local storage or a backend (e.g. google Firebase).\n\n## :clap: Inspiration\n\n* [Project Demo \u0026 Introduction - [1] Build a Notes App w/ Angular](https://www.youtube.com/watch?v=dlXEeOk-MrI\u0026t=7s)\n* [Creating the UI (Angular) - [2] Build a Notes App w/ Angular](https://www.youtube.com/watch?v=akUcKvEsG8w)\n* [Creating the Note Details Page - [3] Build a Notes App w/ Angular](https://www.youtube.com/watch?v=Rghqrp59XJA)\n* [Adding Animations to Note Cards | Angular Animations - [4] Build a Notes App w/ Angular](https://www.youtube.com/watch?v=0DnL5awucWE)\n* [Searching Notes - [5] Build a Notes App w/ Angular](https://www.youtube.com/watch?v=vWt9WvjUfRA)\n\n* [Devstackr: Github repo](https://github.com/Devstackr/basic-notes-app-mean-stack)\n* [Maya Shavin: Medium article: ES6 — Set vs Array — What and when?](https://medium.com/front-end-weekly/es6-set-vs-array-what-and-when-efc055655e1a)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-frontend-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-frontend-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-frontend-notes/lists"}