{"id":18614816,"url":"https://github.com/andrewjbateman/angular-tailwind-akita","last_synced_at":"2026-05-08T15:14:34.032Z","repository":{"id":96858949,"uuid":"384228797","full_name":"AndrewJBateman/angular-tailwind-akita","owner":"AndrewJBateman","description":":clipboard: Angular app to show data that is handled by Akita state management. ","archived":false,"fork":false,"pushed_at":"2023-05-22T19:20:02.000Z","size":2104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-17T01:34:27.462Z","etag":null,"topics":["akita","angular","angular13","tailwind","tailwindcss","work-in-progress"],"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":"2021-07-08T19:29:18.000Z","updated_at":"2022-02-20T20:29:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d07b05fd-60f0-40cb-89c0-f96836ec4695","html_url":"https://github.com/AndrewJBateman/angular-tailwind-akita","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/angular-tailwind-akita","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-tailwind-akita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-tailwind-akita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-tailwind-akita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-tailwind-akita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-tailwind-akita/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-tailwind-akita/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270093017,"owners_count":24525540,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["akita","angular","angular13","tailwind","tailwindcss","work-in-progress"],"created_at":"2024-11-07T03:27:06.787Z","updated_at":"2026-05-08T15:14:28.985Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Angular Tailwind Akita\n\n* Angular app using [Akita State Management](https://www.npmjs.com/package/@datorama/akita) \u0026 [Tailwindcss](https://developers.google.com/chart/) components to display API data\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-tailwind-akita?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-tailwind-akita?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-tailwind-akita?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-tailwind-akita?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Angular Tailwind Akita](#zap-angular-tailwind-akita)\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  * [:wrench: Testing](#wrench-testing)\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* API data displayed in a responsive grid of cards styled with Tailwind. Clicking on a card toggles a modal to open/close with the full API post data\n* Angular 12+ has built-in Tailwind support\n* To build for production Tailwind’s purge option is used to tree-shake unused styles and optimize final build size.\n* [Free svg site](https://freesvg.org/) for svgs\n* The [structuredClone() method](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) creates a deep clone (any changes to it will not affect the original and vice versa) of a value\n\n## :camera: Screenshots\n\n![Angular page](./img/home.jpg)\n\n## :signal_strength: Technologies\n\n* [Angular framework v16](https://angular.io/)\n* [Akita State Management for JS v8](https://www.npmjs.com/package/@datorama/akita).\n* [Reactive Extensions Library for Javascript rxjs v7](https://rxjs.dev/)\n* [Tailwindcss v3](https://tailwindcss.com/) CSS framework\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies.\n* Run `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* Run `npm run build` for a production build with css purging.\n* The build artifacts will be stored in the `dist/angular-tailwind-akita` directory.\n\n## :wrench: Testing\n\n* no testing set up\n\n## :computer: Code Examples\n\n* tba\n\n```typescript\ntba\n```\n\n## :cool: Features\n\n* tba\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working, 3 type errors.\n* To-Do: Fix type errors, Add styling\n\n## :clap: Inspiration\n\n* [Akita docs](https://www.npmjs.com/package/@datorama/akita)\n* [Comment résoudre le problème \"Object is of type 'unknown\" en TypeScript ?](https://www.journaldunet.fr/web-tech/developpement/1516455-comment-resoudre-le-probleme-object-is-of-type-unknown-en-typescript/)\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-tailwind-akita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-tailwind-akita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-tailwind-akita/lists"}