{"id":19306568,"url":"https://github.com/sonicoder86/todomvc-react-hooks","last_synced_at":"2025-10-04T14:35:18.302Z","repository":{"id":41552201,"uuid":"207861765","full_name":"sonicoder86/todomvc-react-hooks","owner":"sonicoder86","description":"TodoMVC built with React Hooks and Redux","archived":false,"fork":false,"pushed_at":"2024-02-29T15:00:43.000Z","size":1420,"stargazers_count":25,"open_issues_count":12,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-01T15:57:58.253Z","etag":null,"topics":["react","redux","testing","todomvc"],"latest_commit_sha":null,"homepage":"https://blacksonic.github.io/todomvc-react-hooks/","language":"JavaScript","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/sonicoder86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-09-11T16:50:31.000Z","updated_at":"2023-07-18T06:43:32.000Z","dependencies_parsed_at":"2024-02-23T12:38:56.751Z","dependency_job_id":null,"html_url":"https://github.com/sonicoder86/todomvc-react-hooks","commit_stats":null,"previous_names":["sonicoder86/todomvc-react-hooks"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-react-hooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-react-hooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-react-hooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-react-hooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonicoder86","download_url":"https://codeload.github.com/sonicoder86/todomvc-react-hooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223896995,"owners_count":17221475,"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":["react","redux","testing","todomvc"],"created_at":"2024-11-10T00:07:00.426Z","updated_at":"2025-10-04T14:35:13.266Z","avatar_url":"https://github.com/sonicoder86.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoMVC built with React Hooks and Redux\n\n[![Build Status](https://travis-ci.com/blacksonic/todomvc-react-hooks.svg?branch=master)](https://travis-ci.com/blacksonic/todomvc-react-hooks)\n\nThe well-known TodoMVC built with React Hooks and Redux in a structured and testable way.\n\n![TodoMVC React Hooks](./images/screenshot.png \"TodoMVC React Hooks\")\n\n[Edit and try it out online](https://codesandbox.io/s/github/blacksonic/todomvc-react-hooks)\n\n## Concepts and tools covered\n\n- [CreateReactApp](https://github.com/facebook/create-react-app)\n- [Components and Props](https://reactjs.org/docs/components-and-props.html)\n- [Handling Events](https://reactjs.org/docs/handling-events.html)\n- [Hooks](https://reactjs.org/docs/hooks-overview.html)\n- [Redux](https://redux.js.org/introduction/getting-started)\n- [React-Redux](https://redux.js.org/basics/usage-with-react)\n- [PropTypes](https://github.com/facebook/prop-types)\n- [Classnames](https://github.com/JedWatson/classnames)\n\n## Usage\n\nAfter installing the dependencies the following NPM scripts become available:\n\n- `start`: starts the application in development mode on [http://localhost:9300](http://localhost:9300)\n- `build`: bundles the application for production into the `build` folder\n- `test`: runs unit and E2E tests\n- `test:unit`: runs unit tests with [Jest](https://jestjs.io/) in the `src` folder suffixed with `*.spec.js`\n- `test:e2e`: runs E2E tests with [Cypress](https://www.cypress.io/) in the `tests/e2e` folder suffixed with `*.spec.js`\n- `format`: formats the code with [Prettier](https://prettier.io/) within the `src` folder\n- `lint`: lint files with [ESLint](https://eslint.org/) based on [Airbnb's styleguide](https://github.com/airbnb/javascript) and the Prettier config\n\n## Component architecture\n\n![Architecture](./images/architecture.png)\n\nApplication is compatible with [React devtools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) \nand [Redux devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)\n\n## Series\n\nThis implementation is part of a series where the same application was implemented with the same architecture.\n\n- [Vue](https://github.com/blacksonic/todomvc-vue)\n- [Vue Composition API](https://github.com/blacksonic/todomvc-vue-composition-api)\n- [Angular](https://github.com/blacksonic/todomvc-angular)\n- [React](https://github.com/blacksonic/todomvc-react)\n- [React Hooks](https://github.com/blacksonic/todomvc-react-hooks)\n- [Svelte](https://github.com/blacksonic/todomvc-svelte)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonicoder86%2Ftodomvc-react-hooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonicoder86%2Ftodomvc-react-hooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonicoder86%2Ftodomvc-react-hooks/lists"}