{"id":18418662,"url":"https://github.com/mnfst/frontend-examples","last_synced_at":"2025-10-31T03:30:22.788Z","repository":{"id":251320486,"uuid":"837061169","full_name":"mnfst/frontend-examples","owner":"mnfst","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T09:23:00.000Z","size":1681,"stargazers_count":4,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T03:41:26.819Z","etag":null,"topics":["angular","js","nextjs","react","svelte","vue"],"latest_commit_sha":null,"homepage":null,"language":null,"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/mnfst.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T06:12:17.000Z","updated_at":"2025-03-27T19:44:53.000Z","dependencies_parsed_at":"2024-12-05T23:45:45.783Z","dependency_job_id":null,"html_url":"https://github.com/mnfst/frontend-examples","commit_stats":null,"previous_names":["mnfst/front-end-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mnfst/frontend-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnfst%2Ffrontend-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnfst%2Ffrontend-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnfst%2Ffrontend-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnfst%2Ffrontend-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnfst","download_url":"https://codeload.github.com/mnfst/frontend-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnfst%2Ffrontend-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281922663,"owners_count":26584497,"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-10-31T02:00:07.401Z","response_time":57,"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":["angular","js","nextjs","react","svelte","vue"],"created_at":"2024-11-06T04:14:14.764Z","updated_at":"2025-10-31T03:30:22.368Z","avatar_url":"https://github.com/mnfst.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/7afad85a-b285-4bd0-b36a-43f7558e2838\" alt=\"todo app\"\u003e\n\u003c/div\u003e\n\n# Manifest Frontend Examples\n\nThe objective of this repository is to showcase examples of Manifest implementations with popular frontend frameworks.\n\nThe application is a slightly modified version of the popular [TodoMVC](https://todomvc.com/) that connects to a backend instead of keeping the logic in the frontend.\n\nAll frontends share the common Manifest backend API and use the Manifest JS SDK.\n\n## The backend\n\nThe [Manifest](http://manifest.build) backend consists in only 7 lines of code:\n\n```yaml\nname: My TODO App ✅\nentities:\n  Todo:\n    seedCount: 10\n    properties:\n      - title\n      - { name: completed, type: boolean }\n```\n\n## Folder structure\n\n```\n├── manifest\n│   ├── backend.yml\n│   ├── backend.db\n├── examples\n│   ├── nextjs\n│   │   ├── **\n│   ├── react\n│   │   ├── **\n│   ├── svelte\n│   │   ├── **\n│   ├── **\n│   │   ├── **\n├── README.md\n├── package.json\n└── **\n\n```\n\n## Getting started\n\nTo launch both the backend and a frontend, run those commands:\n\n```\nnpm install\nnpm install --workspaces\n\n# Run Manifest backend and Angular frontend\nnpm run dev-angular\n\n# Run Manifest backend and Svelte frontend\nnpm run dev-svelte\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnfst%2Ffrontend-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnfst%2Ffrontend-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnfst%2Ffrontend-examples/lists"}