{"id":18711933,"url":"https://github.com/bruz/react-native-redux-groceries","last_synced_at":"2026-01-18T12:21:27.630Z","repository":{"id":136299731,"uuid":"44118199","full_name":"bruz/react-native-redux-groceries","owner":"bruz","description":"A simple grocery list app with offline support, built with React Native, Redux, Firebase","archived":false,"fork":false,"pushed_at":"2018-12-27T05:33:18.000Z","size":764,"stargazers_count":419,"open_issues_count":2,"forks_count":80,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-07T12:52:10.668Z","etag":null,"topics":["firebase","react-native","redux"],"latest_commit_sha":null,"homepage":null,"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/bruz.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":"2015-10-12T15:59:59.000Z","updated_at":"2024-09-06T02:38:47.000Z","dependencies_parsed_at":"2023-07-24T07:00:18.036Z","dependency_job_id":null,"html_url":"https://github.com/bruz/react-native-redux-groceries","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/bruz%2Freact-native-redux-groceries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruz%2Freact-native-redux-groceries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruz%2Freact-native-redux-groceries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruz%2Freact-native-redux-groceries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bruz","download_url":"https://codeload.github.com/bruz/react-native-redux-groceries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566475,"owners_count":21125673,"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":["firebase","react-native","redux"],"created_at":"2024-11-07T12:40:44.432Z","updated_at":"2026-01-18T12:21:27.609Z","avatar_url":"https://github.com/bruz.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Marks"],"sub_categories":["[React Native - A framework for building native apps using React](https://facebook.github.io/react-native)","🌎 [React Native - A framework for building native apps using React](facebook.github.io/react-native)"],"readme":"# Groceries\n\nA simple grocery list app using React Native, Redux, Firebase, and Async Storage for offline data. It works on both iOS and Android.\n\n[![Code Climate](https://codeclimate.com/github/bruz/react-native-redux-groceries/badges/gpa.svg)](https://codeclimate.com/github/bruz/react-native-redux-groceries)\n[![Dependency Status](https://david-dm.org/bruz/react-native-redux-groceries.svg)](https://david-dm.org/bruz/react-native-redux-groceries)\n[![MIT License](https://img.shields.io/github/license/bruz/react-native-redux-groceries.svg)](https://github.com/bruz/react-native-redux-groceries/blob/master/LICENSE)\n\n![demo](demo.gif)\n\n## Install\n\nBuilt and tested with:\n\n* OS X / macOS\n* Node 10\n* Xcode 10\n* Android SDK\n\nA [Firebase](https://firebase.google.com) account is also needed. The security rules for the database must be set to public, since this app doesn't implement authentication. In the [Firebase Console](https://firebase.google.com/console/) under the Database section, Rules tab, change the rules to:\n\n```javascript\n{\n  \"rules\": {\n    \".read\": true,\n    \".write\": true\n  }\n}\n```\n\nRun:\n\n```bash\ngit clone https://github.com/bruz/react-native-redux-groceries.git groceries\ncd groceries\nnpm install\n```\n\nConfigure:\n\n```bash\ncp config.js.example config.js\n```\n\nUpdate config.js with your Firebase app credentials.\n\n## Develop\n\nFollow the [React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) guide.\n\n## Build and install on an iOS device\n\n* In the Xcode menu, go to Product -\u003e Scheme -\u003e Edit Scheme..., and under Run change the Build Configuration to Release.\n* Choose your device in Xcode and run it on there.\n\nTo get back to development mode, just change the Build Configuration back to Debug.\n\n## Build and install on an Android device\n\nFollow the [React Native APK signing instructions](https://facebook.github.io/react-native/docs/signed-apk-android.html).\n\n## Credits\n\nGrocery bag icon by [Claire Jones from the Noun Project](https://thenounproject.com/hivernoir)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruz%2Freact-native-redux-groceries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbruz%2Freact-native-redux-groceries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruz%2Freact-native-redux-groceries/lists"}