{"id":28222374,"url":"https://github.com/dfuenzalida/fabric-todos","last_synced_at":"2025-08-22T10:05:10.896Z","repository":{"id":56479096,"uuid":"188962220","full_name":"dfuenzalida/fabric-todos","owner":"dfuenzalida","description":"An implementation of the classic TODO MVC application using ClojureScript, Reagent, React and Microsoft Fluent UI","archived":false,"fork":false,"pushed_at":"2022-01-23T03:55:04.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T16:43:03.500Z","etag":null,"topics":["clojurescript","fluent-ui","react","reagent"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/dfuenzalida.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":"2019-05-28T05:49:10.000Z","updated_at":"2022-01-23T03:53:59.000Z","dependencies_parsed_at":"2022-08-15T19:31:15.716Z","dependency_job_id":null,"html_url":"https://github.com/dfuenzalida/fabric-todos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfuenzalida/fabric-todos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfuenzalida%2Ffabric-todos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfuenzalida%2Ffabric-todos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfuenzalida%2Ffabric-todos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfuenzalida%2Ffabric-todos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfuenzalida","download_url":"https://codeload.github.com/dfuenzalida/fabric-todos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfuenzalida%2Ffabric-todos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271620532,"owners_count":24791566,"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-22T02:00:08.480Z","response_time":65,"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":["clojurescript","fluent-ui","react","reagent"],"created_at":"2025-05-18T06:10:31.440Z","updated_at":"2025-08-22T10:05:10.888Z","avatar_url":"https://github.com/dfuenzalida.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fabric TODOs\n\nAn implementation of the classical TODO MVC application using ClojureScript, [Reagent](http://reagent-project.github.io/), React and [Microsoft Fluent UI](https://fluent-ui.com).\n\nBased on the UI Fabric component library demo from the Microsoft [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/step2-02/demo/).\n\n### Requirements\n\n* [Java](https://adoptopenjdk.net/)\n* [NodeJS](https://nodejs.org/)\n* [Shadow-cljs](https://shadow-cljs.org/)\n* [Yarn](https://yarnpkg.com/)\n\n### Screenshot\n\n![fabric-todos](https://user-images.githubusercontent.com/208068/98193662-9bc0c780-1ed2-11eb-8943-8a3c0f6f6ce0.png)\n\n### Development mode\n\nNavigate to the project folder and run the following commands in the terminal.\n\nTo download the NodeJS dependencies run:\n\n```\nyarn install\n```\n\nCopy the static HTML file to the target folder with:\n\n```\nyarn html\n```\n\nTo start the compiler in watch mode:\n\n```\nyarn watch\n```\n\nShadow-cljs will automatically push cljs changes to the browser.\nOnce the ClojureScript code is compiled, visit http://localhost:8080/\n\n### REPL\n\nOn watch mode a nREPL will be started on port 37117:\n\n```\n$ yarn watch\nyarn run v1.22.10\n$ shadow-cljs watch app\nshadow-cljs - config: /home/denis/Projects/ClojureScript/fabric-todos/shadow-cljs.edn\nshadow-cljs - HTTP server available at http://localhost:8080\nshadow-cljs - server version: 2.11.7 running at http://localhost:9630\nshadow-cljs - nREPL server started on port 37117\nshadow-cljs - watching build :app\n```\n\nOnce you connect to the nREPL, you can run functions from the REPL, like the following bit to create a new TODO:\n\n```\n(ns fabric-todos.state) ;; Change to the namespace where 'add-todo' is defined\n\n(add-todo \"This task was created from the REPL\")\n```\n\nYou should see the new task created at the end of the list.\n\n\n### License\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfuenzalida%2Ffabric-todos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfuenzalida%2Ffabric-todos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfuenzalida%2Ffabric-todos/lists"}