{"id":23841810,"url":"https://github.com/playerony/fabric-efa","last_synced_at":"2025-08-01T07:34:26.444Z","repository":{"id":48943076,"uuid":"378633918","full_name":"playerony/fabric-efa","owner":"playerony","description":"Simple editor written with react and fabricjs for education purposes.","archived":false,"fork":false,"pushed_at":"2021-07-04T14:15:26.000Z","size":5093,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T14:02:10.996Z","etag":null,"topics":["app","architecture","atomic","atomic-design","clean","clean-architecture","design","efa","fabric","fabric-efa","fabricjs","javascipt","javascript","pattern","react","storybook","typesc","typescript"],"latest_commit_sha":null,"homepage":"https://thankful-smoke-0ce524e03.azurestaticapps.net/","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/playerony.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":"2021-06-20T11:57:45.000Z","updated_at":"2024-09-05T13:53:29.000Z","dependencies_parsed_at":"2022-09-24T00:40:18.004Z","dependency_job_id":null,"html_url":"https://github.com/playerony/fabric-efa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/playerony/fabric-efa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Ffabric-efa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Ffabric-efa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Ffabric-efa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Ffabric-efa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playerony","download_url":"https://codeload.github.com/playerony/fabric-efa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Ffabric-efa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268185560,"owners_count":24209392,"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-01T02:00:08.611Z","response_time":67,"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":["app","architecture","atomic","atomic-design","clean","clean-architecture","design","efa","fabric","fabric-efa","fabricjs","javascipt","javascript","pattern","react","storybook","typesc","typescript"],"created_at":"2025-01-02T18:02:32.723Z","updated_at":"2025-08-01T07:34:26.409Z","avatar_url":"https://github.com/playerony.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🙈 fabric-efa 🙈\n\nSimple editor written with react and fabricjs for education purposes.\n\n## 📖 Table of Contents\n\n- [🌐 Links](#user-content--links)\n- [🎨 Architecture](#user-content--architecture)\n- [✨ Getting started](#user-content--getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Bootstrap](#bootstrap)\n- [📜 Scripts](#user-content--scripts)\n  - [Development](#development)\n  - [Build](#build)\n  - [Test](#test)\n  - [Analyze](#analyze)\n- [📚 Documentation](#user-content--documentation)\n  - [Commit Message Guideline](#commit-message-guideline)\n\n## 🌐 Links\n\n- Storybook: https://yellow-beach-0ad556203.azurestaticapps.net\n- Application: https://thankful-smoke-0ce524e03.azurestaticapps.net\n\n## 🎨 Architecture\n\nThis is a mix of:\n\n- atomic design pattern,\n- clean architecture pattern,\n\nHere is an explanation of how each layer depends on each other:\n![image](https://michalzalecki.com/posts/elegant-frontend-architecture-layers@2x.png)\n\n## ✨ Getting started\n\n### Prerequisites\n\nYou need to have installed the following software:\n\n- [nodejs](https://nodejs.org/en/) (\u003e=14.15.0)\n- [npm](https://npmjs.com/) (\u003e= 6.14.0)\n\n### Bootstrap\n\n```bash\n  git clone git@github.com:playerony/fabric-efa.git\n  cd fabric-efa\n  npm install\n```\n\n## 📜 Scripts:\n\n### Development\n\n- `storybook` - Run storybook.\n- `start` - Run application in development mode.\n- `reinstall-deps` - Run will remove all dependencies and reinstall them.\n\n### Build\n\n- `build` - Build for production a ready application.\n- `build-storybook` - Build for production a ready storybook.\n\n### Test\n\n- `test` - Run tests.\n- `test:ci` - Run tests in CI mode.\n- `test:watch` - Run tests in watch mode.\n- `test:coverage` - Run tests in coverage mode.\n- `test:update-snapshot`: Run tests and update all snapshots.\n\n### Analyze\n\n- `lint` - Run `eslint`. Output any errors 🚨.\n- `lint:fix` - Run `eslint` with `--fix`flag . Fix any lint errors 🚨.\n- `typecheck` - Run `tsc`. Output any errors 🚨.\n- `format` - Run `prettier` to format all the files.\n- `check` - Run `lint`, `typecheck` and `test`. Output any errors 🚨.\n\n## 📚 Documentation\n\n### Commit Message Guideline\n\n- For easier commit type recognition commit messages are prefixed with an emoji\n- See available [gitmoji.dev](https://gitmoji.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Ffabric-efa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayerony%2Ffabric-efa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Ffabric-efa/lists"}