{"id":14384952,"url":"https://github.com/r-park/todo-redux-saga","last_synced_at":"2025-10-11T04:50:16.415Z","repository":{"id":94278474,"uuid":"62779125","full_name":"r-park/todo-redux-saga","owner":"r-park","description":"Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth","archived":false,"fork":false,"pushed_at":"2017-07-15T20:13:03.000Z","size":123,"stargazers_count":191,"open_issues_count":4,"forks_count":49,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-02-27T07:12:28.606Z","etag":null,"topics":["create-react-app","firebase","react","react-redux","react-router","react-router-redux","redux-saga"],"latest_commit_sha":null,"homepage":"https://todo-redux-saga.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-07T06:00:44.000Z","updated_at":"2024-03-01T17:31:18.000Z","dependencies_parsed_at":"2023-03-20T20:05:09.790Z","dependency_job_id":null,"html_url":"https://github.com/r-park/todo-redux-saga","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/r-park%2Ftodo-redux-saga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-redux-saga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-redux-saga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-park%2Ftodo-redux-saga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-park","download_url":"https://codeload.github.com/r-park/todo-redux-saga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809888,"owners_count":20351407,"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","react-redux","react-router","react-router-redux","redux-saga"],"created_at":"2024-08-28T18:01:48.547Z","updated_at":"2025-10-11T04:50:11.363Z","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-redux-saga.svg?style=shield\u0026circle-token=dc7e150ab97aab05db8f8da4b5874488bf8da0c6)](https://circleci.com/gh/r-park/todo-redux-saga)\n\n\n# A simple Todo app example built with [Create React App](https://github.com/facebookincubator/create-react-app), [React Redux](https://github.com/reactjs/react-redux), [Redux Saga](https://github.com/redux-saga/redux-saga), and Firebase\n\nTry the demo at \u003ca href=\"https://todo-redux-saga.firebaseapp.com\" target=\"_blank\"\u003etodo-redux-saga.firebaseapp.com\u003c/a\u003e.\n\n\n## Stack\n\n- Create React App\n- React Redux\n- React Router\n- React Router Redux\n- Redux Saga\n- Redux Devtools Extension for Chrome\n- Firebase SDK with OAuth authentication\n- Immutable\n- Reselect\n- SASS\n\n\n## Quick Start\n\n```shell\n$ git clone https://github.com/r-park/todo-redux-saga.git\n$ cd todo-redux-saga\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-redux-saga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-park%2Ftodo-redux-saga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-park%2Ftodo-redux-saga/lists"}