{"id":15512837,"url":"https://github.com/hopsoft/stimulus_reflex_todomvc","last_synced_at":"2025-10-08T18:06:40.130Z","repository":{"id":39430374,"uuid":"201803057","full_name":"hopsoft/stimulus_reflex_todomvc","owner":"hopsoft","description":"An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex","archived":false,"fork":false,"pushed_at":"2023-01-19T14:24:03.000Z","size":1317,"stargazers_count":49,"open_issues_count":36,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T16:17:31.000Z","etag":null,"topics":["actioncable","reactive","ruby-on-rails","server-side-rendering","stimulus","stimulusjs","todomvc","todomvc-demo"],"latest_commit_sha":null,"homepage":"http://todomvc.stimulusreflex.com","language":"Ruby","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/hopsoft.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-08-11T18:52:44.000Z","updated_at":"2023-10-01T05:13:29.000Z","dependencies_parsed_at":"2023-02-02T02:16:00.925Z","dependency_job_id":null,"html_url":"https://github.com/hopsoft/stimulus_reflex_todomvc","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/hopsoft%2Fstimulus_reflex_todomvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopsoft%2Fstimulus_reflex_todomvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopsoft%2Fstimulus_reflex_todomvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopsoft%2Fstimulus_reflex_todomvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hopsoft","download_url":"https://codeload.github.com/hopsoft/stimulus_reflex_todomvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249105474,"owners_count":21213536,"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":["actioncable","reactive","ruby-on-rails","server-side-rendering","stimulus","stimulusjs","todomvc","todomvc-demo"],"created_at":"2024-10-02T09:53:53.569Z","updated_at":"2025-10-08T18:06:35.086Z","avatar_url":"https://github.com/hopsoft.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"[![Lines of Code - app directory](http://img.shields.io/badge/lines_of_code-202-brightgreen.svg?style=flat)](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)\n[![Maintainability](https://api.codeclimate.com/v1/badges/e00a9353bc3d2a7edfbd/maintainability)](https://codeclimate.com/github/hopsoft/stimulus_reflex_todomvc/maintainability)\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)\n\n# StimulusReflex TodoMVC\n\nAn implementation of [TodoMVC](http://todomvc.com) using [Ruby on Rails](https://rubyonrails.org),\n[StimulusJS](https://stimulusjs.org), and [StimulusReflex](https://github.com/hopsoft/stimulus_reflex).\n\nExpands on the original goals of [TodoMVC](http://todomvc.com) by providing a full application...\nincluding a server and database.\n\n## Demo\n\nhttps://stimulus-reflex-todomvc.herokuapp.com\n\n_You may notice some latency related to hosting on **free tier** services._\n\n## Local Setup\n\n1. Install dependencies\n\n   - [Ruby](https://www.ruby-lang.org/en/downloads/)\n   - [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable)\n   - [PostgreSQL](https://www.postgresql.org/download/)\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/hopsoft/stimulus_reflex_todomvc.git\n   ```\n\n1. Switch into the project folder\n\n   ```sh\n   cd stimulus_reflex_todomvc\n   ```\n\n1. Run the setup command\n\n   ```sh\n   bin/setup\n   ```\n\n1. Start the rails server\n\n   ```sh\n   bin/rails server\n   ```\n\n1. See the app in action\n\n   To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!\n\n## Code\n\n### Important Files\n\n- [HTML Templates](https://github.com/hopsoft/stimulus_reflex_todomvc/tree/master/app/views/todos)\n- [Rails Controller](https://github.com/hopsoft/stimulus_reflex_todomvc/blob/master/app/controllers/todos_controller.rb)\n- [Stimulus Controller](https://github.com/hopsoft/stimulus_reflex_todomvc/blob/master/app/javascript/controllers/todos_controller.js)\n- [Stimulus Reflex](https://github.com/hopsoft/stimulus_reflex_todomvc/blob/master/app/reflexes/todos_reflex.rb)\n\n[View a diff with all changes.](https://github.com/hopsoft/stimulus_reflex_todomvc/compare/9e1c0b3...master)\n\n## Contributing\n\nThis project uses [Standard](https://github.com/testdouble/standard)\nand [Prettier](https://github.com/prettier/prettier) to minimize bike shedding related to code formatting.\nPlease run `./bin/standardize` prior submitting pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopsoft%2Fstimulus_reflex_todomvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopsoft%2Fstimulus_reflex_todomvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopsoft%2Fstimulus_reflex_todomvc/lists"}