{"id":23499658,"url":"https://github.com/doodle25/did-react-native","last_synced_at":"2025-10-31T08:31:34.232Z","repository":{"id":265615234,"uuid":"881320366","full_name":"DOodle25/DID-React-Native","owner":"DOodle25","description":"A React Native application that provides an integrated dashboard for visualizing district-level data. This dashboard aggregates various types of data, including population statistics, healthcare facilities, education centers, infrastructure, and more, allowing users to access a comprehensive overview of key metrics across a selected district.","archived":false,"fork":false,"pushed_at":"2024-11-30T05:53:09.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T06:18:38.587Z","etag":null,"topics":["android-application","iso","iso-application","mobile","mobile-app","react","react-native","react-router","reactjs"],"latest_commit_sha":null,"homepage":"","language":null,"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/DOodle25.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-31T10:41:46.000Z","updated_at":"2024-12-21T05:50:35.000Z","dependencies_parsed_at":"2024-12-01T07:33:29.966Z","dependency_job_id":null,"html_url":"https://github.com/DOodle25/DID-React-Native","commit_stats":null,"previous_names":["doodle25/did-react-native"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DOodle25%2FDID-React-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DOodle25%2FDID-React-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DOodle25%2FDID-React-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DOodle25%2FDID-React-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DOodle25","download_url":"https://codeload.github.com/DOodle25/DID-React-Native/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239151027,"owners_count":19590248,"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":["android-application","iso","iso-application","mobile","mobile-app","react","react-native","react-router","reactjs"],"created_at":"2024-12-25T06:18:09.086Z","updated_at":"2025-10-31T08:31:28.888Z","avatar_url":"https://github.com/DOodle25.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DID-React-Native\n\n# District Integrated Dashboard\n\nA React Native application that provides an integrated dashboard for visualizing district-level data. This dashboard aggregates various types of data, including population statistics, healthcare facilities, education centers, infrastructure, and more, allowing users to access a comprehensive overview of key metrics across a selected district.\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Folder Structure](#folder-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Data Visualization**: Charts, graphs, and data tables for an interactive display of district metrics.\n- **Category-wise Statistics**: Access detailed data on education, healthcare, infrastructure, and other sectors.\n- **Search and Filter**: Search for specific metrics or filter by district and data type.\n- **User-friendly Interface**: Intuitive UI with responsive designs suitable for various screen sizes.\n- **Offline Support**: Data caching for offline access to previously viewed metrics.\n\n## Screenshots\n\n\u003c!-- Add screenshots here to give users a preview of the app --\u003e\n| Screen       | Preview |\n| ------------ | ------- |\n| Dashboard    | ![Dashboard](https://link-to-image) |\n| Data Details | ![Data Details](https://link-to-image) |\n\n## Installation\n\nTo get a local copy up and running, follow these steps:\n\n### Prerequisites\n\nEnsure you have Node.js and npm or Yarn installed. You will also need to have **React Native CLI** set up for your development environment.\n\n### Installation Steps\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/yourusername/district-integrated-dashboard.git\n   cd district-integrated-dashboard\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n   or, if you use Yarn:\n\n   ```bash\n   yarn install\n   ```\n\n3. **Start the Metro bundler**\n\n   ```bash\n   npm start\n   ```\n\n4. **Run the app**\n\n   - For iOS: `npx react-native run-ios`\n   - For Android: `npx react-native run-android`\n\n   \u003e **Note**: Ensure you have an iOS/Android emulator running, or connect a physical device.\n\n## Usage\n\n1. Open the application on your device.\n2. Select a district from the list to view aggregated data.\n3. Use the navigation tabs to explore different categories like **Population**, **Education**, **Healthcare**, etc.\n4. Filter or search for specific data metrics as needed.\n\n## Folder Structure\n\n```\ndistrict-integrated-dashboard/\n├── assets/                 # Images, icons, and other assets\n├── components/             # Reusable UI components (charts, tables, etc.)\n├── navigation/             # React Navigation setup\n├── screens/                # Individual screens (Dashboard, Details, etc.)\n├── services/               # API calls and data fetching services\n├── App.js                  # Main app entry\n└── README.md               # Documentation file\n```\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the project.\n2. Create a feature branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a Pull Request.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodle25%2Fdid-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoodle25%2Fdid-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoodle25%2Fdid-react-native/lists"}