{"id":19334965,"url":"https://github.com/masfana/reactnative-firebase-todo","last_synced_at":"2026-05-07T19:14:42.892Z","repository":{"id":261613714,"uuid":"884827392","full_name":"MasFana/ReactNative-Firebase-ToDo","owner":"MasFana","description":"Simple to-do list application built with Expo, NativeWind, and Firebase Firestore.","archived":false,"fork":false,"pushed_at":"2024-11-27T23:53:46.000Z","size":435,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T09:44:20.141Z","etag":null,"topics":["expo-cli","firebase","nativewind","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MasFana.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T13:12:40.000Z","updated_at":"2024-11-27T23:53:49.000Z","dependencies_parsed_at":"2024-11-07T14:24:31.162Z","dependency_job_id":"cf444ab9-39d0-49bc-ba0b-408dfbfc67bd","html_url":"https://github.com/MasFana/ReactNative-Firebase-ToDo","commit_stats":null,"previous_names":["masfana/reactnative-firebase-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FReactNative-Firebase-ToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FReactNative-Firebase-ToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FReactNative-Firebase-ToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasFana%2FReactNative-Firebase-ToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasFana","download_url":"https://codeload.github.com/MasFana/ReactNative-Firebase-ToDo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240441763,"owners_count":19801790,"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":["expo-cli","firebase","nativewind","react-native"],"created_at":"2024-11-10T03:04:07.938Z","updated_at":"2026-05-07T19:14:42.742Z","avatar_url":"https://github.com/MasFana.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Expo NativeWind Firebase To-Do App\n\nThis is a simple to-do list application built with [Expo](https://expo.dev/), [NativeWind](https://nativewind.dev/), and [Firebase](https://firebase.google.com/) Firestore. The app demonstrates how to set up a basic to-do list using Firebase for data storage and NativeWind for styling in a React Native environment.\n\n## Features\n\n- Add, update, and delete to-do items\n- Persistent storage with Firebase Firestore\n- Real-time updates for to-do items\n- Styled with Tailwind CSS utility classes via NativeWind\n\n## Tech Stack\n\n- **Expo** - Development framework for building React Native apps.\n- **NativeWind** - Tailwind CSS styling for React Native components.\n- **Firebase Firestore** - Backend-as-a-service for storing and syncing data.\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) and [npm](https://npm.io/) for package management.\n- Expo CLI: Install via `npm install -g expo-cli`\n- Firebase account and Firestore project set up.\n\n## Setup Instructions\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/MasFana/ReactNative-Firebase-ToDo\n    cd ReactNative-Firebase-ToDo\n    ```\n\n2. **Install Dependencies**\n\n    ```bash\n    npm install\n    ```\n\n3. **Configure Firebase**\n\n   - Go to the [Firebase Console](https://console.firebase.google.com/) and create a new project.\n   - In the Firestore database, create a collection named `todos`.\n   - Copy your Firebase config object (from Project Settings) and add it to a firebase.js\n\n    ```javascript\n\tconst firebaseConfig = {\n\t    apiKey: \"\",\n\t    authDomain: \"\",\n\t    projectId: \"\",\n\t    storageBucket: \"\",\n\t    messagingSenderId: \"\",\n\t    appId: \"\"\n\t};\n    ```\n\n4. **Start the Project**\n\n    ```bash\n    npm start\n    ```\n\n   This will launch the Expo server, and you can run the app on an iOS/Android emulator or a real device using the Expo Go app.\n\n## Project Structure\n\n- **/components** - Reusable UI components\n- **/screens** - App screens (e.g., Home, Add Todo)\n- **/firebase** - Firebase configuration and Firestore interaction functions\n- **App.js** - Entry point for the app, sets up navigation and global providers\n\n## Usage\n\n1. Add a new task by entering text and clicking the **Tambah** button.\n2. Update or delete tasks by interacting with the options available in the to-do list.\n3. The app syncs all changes with Firebase Firestore in real-time.\n\n## Dependencies\n\n- [expo](https://expo.dev/)\n- [react-native](https://reactnative.dev/)\n- [nativewind](https://nativewind.dev/)\n- [firebase](https://firebase.google.com/docs/web/setup)\n- [expo-env](https://docs.expo.dev/guides/environment-variables/)\n\n## Screenshots\n\n| Add Task | Edit Task | Delete Task |\n|----------|-----------|-------------|\n| ![Add Task](image.png) | ![Edit Task](edit_image.png) | ![Delete Task](hapus_image.png) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasfana%2Freactnative-firebase-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasfana%2Freactnative-firebase-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasfana%2Freactnative-firebase-todo/lists"}