{"id":16603122,"url":"https://github.com/mwelwankuta/ui-app","last_synced_at":"2025-03-09T12:56:43.155Z","repository":{"id":113955050,"uuid":"399599873","full_name":"mwelwankuta/ui-app","owner":"mwelwankuta","description":"a javascript ui library","archived":false,"fork":false,"pushed_at":"2021-08-24T21:37:33.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T08:46:02.234Z","etag":null,"topics":["framework","html","javascript","tailwindcss","typescript","ui"],"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/mwelwankuta.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-08-24T20:43:44.000Z","updated_at":"2021-11-23T07:16:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5ddf71f-2f65-46aa-834f-fcffefb9f01e","html_url":"https://github.com/mwelwankuta/ui-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fui-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fui-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fui-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwelwankuta%2Fui-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwelwankuta","download_url":"https://codeload.github.com/mwelwankuta/ui-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692348,"owners_count":20170228,"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","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":["framework","html","javascript","tailwindcss","typescript","ui"],"created_at":"2024-10-12T00:47:32.105Z","updated_at":"2025-03-09T12:56:43.147Z","avatar_url":"https://github.com/mwelwankuta.png","language":"TypeScript","readme":"# UI Framework\n\na javascript ui framework\n\n## Creating a counter\n\n```js\nconst app = new UIApp({\n  root: \"#root\",\n  data: {\n    count: 0,\n  },\n  view: ({ TextView, Stack, Button }) =\u003e {\n    const { data, changeData } = app;\n\n    TextView(data.count);\n    Stack(\"column\", {\n      value: [\n        Button(\"+\", {\n          onclick: () =\u003e changeData({ count: data.count + 1 }),\n        }),\n        \n        Button(\"Decrement\", {\n          onclick: () =\u003e changeData({ count: data.count - 1 }),\n        }),\n      ],\n    });\n  },\n});\n\napp.render();\n\n```\n\n\n## 🎩 Project Description\nThis project aims to use HTML and JavaScript in such a way that it takes aways manuel interaction with the dom\n\n### 👉 Technologies Used :\n * TypeScript\n * TailwindCSS\n\n\u003ca id=\"bug\"\u003e\u003c/a\u003e\n## 🐛 Bugs Reporting\nFeel free to [open an issue](https://github.com/mwelwankuta/ui-app/issues) on GitHub if you find any bug.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwelwankuta%2Fui-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwelwankuta%2Fui-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwelwankuta%2Fui-app/lists"}