{"id":13402574,"url":"https://github.com/r-park/todo-react-redux","last_synced_at":"2025-05-16T18:04:17.169Z","repository":{"id":54276259,"uuid":"44847958","full_name":"r-park/todo-react-redux","owner":"r-park","description":"Todo app with Create-React-App • React-Redux • Firebase • OAuth","archived":false,"fork":false,"pushed_at":"2021-02-27T12:56:19.000Z","size":338,"stargazers_count":1020,"open_issues_count":12,"forks_count":271,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-05-16T18:01:58.238Z","etag":null,"topics":["create-react-app","firebase","react-redux","react-router","react-router-redux"],"latest_commit_sha":null,"homepage":"https://todo-react-redux.firebaseapp.com","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/r-park.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":"2015-10-24T01:56:38.000Z","updated_at":"2025-05-05T03:56:21.000Z","dependencies_parsed_at":"2022-08-13T10:40:56.761Z","dependency_job_id":null,"html_url":"https://github.com/r-park/todo-react-redux","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-react-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-react-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-react-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-react-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-park","download_url":"https://codeload.github.com/r-park/todo-react-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582902,"owners_count":22095518,"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":["create-react-app","firebase","react-redux","react-router","react-router-redux"],"created_at":"2024-07-30T19:01:17.848Z","updated_at":"2025-05-16T18:04:17.108Z","avatar_url":"https://github.com/r-park.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/r-park/todo-react-redux.svg?style=shield\u0026circle-token=6caf8c493bd66544717ff9a47ae01d8be036e53c)](https://circleci.com/gh/r-park/todo-react-redux)\n\n\n# Todo app with Create React App, React Redux, and Firebase\nA simple Todo app example with **undelete** capability — built with [Create React App](https://github.com/facebookincubator/create-react-app), [React Redux](https://github.com/reactjs/react-redux), and [Firebase](https://firebase.google.com/).\n\nTry the demo at https://todo-react-redux.firebaseapp.com. \n\nA version of this app built with [redux-saga middleware](https://github.com/yelouafi/redux-saga) is available [here](https://github.com/r-park/todo-redux-saga).\n\n\n## Stack\n\n- Create React App\n- React Redux\n- React Router\n- React Router Redux\n- Redux Thunk\n- Redux Devtools Extension for Chrome\n- Firebase SDK with OAuth authentication\n- Immutable\n- Reselect\n- SASS\n\n\nQuick Start\n-----------\n\n```shell\n$ git clone https://github.com/r-park/todo-react-redux.git\n$ cd todo-react-redux\n$ npm install\n$ npm start\n```\n\n## Deploying to Firebase\n#### Prerequisites:\n- Create a free Firebase account at https://firebase.google.com\n- Create a project from your [Firebase account console](https://console.firebase.google.com)\n- Configure the authentication providers for your Firebase project from your Firebase account console\n\n#### Configure this app with your project-specific details:\n```json\n// .firebaserc\n\n{\n  \"projects\": {\n    \"default\": \"your-project-id\"\n  }\n}\n```\n\n```javascript\n// src/firebase/config.js\n\nexport const firebaseConfig = {\n  apiKey: 'your api key',\n  authDomain: 'your-project-id.firebaseapp.com',\n  databaseURL: 'https://your-project-id.firebaseio.com',\n  storageBucket: 'your-project-id.appspot.com'\n};\n```\n\n#### Install firebase-tools:\n```shell\n$ npm install -g firebase-tools\n```\n\n#### Build and deploy the app:\n```shell\n$ npm run build\n$ firebase login\n$ firebase use default\n$ firebase deploy\n```\n\n\n## NPM Commands\n\n|Script|Description|\n|---|---|\n|`npm start`|Start webpack development server @ `localhost:3000`|\n|`npm run build`|Build the application to `./build` directory|\n|`npm test`|Test the application; watch for changes and retest|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-park%2Ftodo-react-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-park%2Ftodo-react-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-park%2Ftodo-react-redux/lists"}