{"id":26463837,"url":"https://github.com/gary121github/reactnativeprojects","last_synced_at":"2026-04-26T20:31:30.776Z","repository":{"id":271717210,"uuid":"913917627","full_name":"GARY121github/ReactNativeProjects","owner":"GARY121github","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T09:39:02.000Z","size":562,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T15:48:46.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/GARY121github.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,"zenodo":null}},"created_at":"2025-01-08T15:47:39.000Z","updated_at":"2025-01-11T09:39:05.000Z","dependencies_parsed_at":"2025-06-05T15:50:36.030Z","dependency_job_id":null,"html_url":"https://github.com/GARY121github/ReactNativeProjects","commit_stats":null,"previous_names":["gary121github/reactnativeprojects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GARY121github/ReactNativeProjects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GARY121github%2FReactNativeProjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GARY121github%2FReactNativeProjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GARY121github%2FReactNativeProjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GARY121github%2FReactNativeProjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GARY121github","download_url":"https://codeload.github.com/GARY121github/ReactNativeProjects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GARY121github%2FReactNativeProjects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-19T07:16:35.673Z","updated_at":"2026-04-26T20:31:30.746Z","avatar_url":"https://github.com/GARY121github.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Projects\n\nWelcome to my React Native projects repository! Here, I showcase two beginner-friendly yet functional mobile applications: \n\n1. **Unsplash API App** - Fetches and displays unlimited images from the Unsplash API.\n2. **Password Generator App** - Generates secure and customizable passwords.\n\nAdditionally, I am actively working on building more React Native projects to expand my knowledge and enhance my portfolio.\n\n---\n\n## Project 1: Unsplash API App\n\n### Description\nThis React Native application uses the Unsplash API to fetch and display an unlimited collection of stunning images. It demonstrates the integration of APIs and dynamic data rendering in a mobile environment.\n\n### Features\n- Fetches images dynamically from the Unsplash API.\n- Infinite scroll for an uninterrupted viewing experience.\n- User-friendly interface optimized for both Android and iOS.\n\n### Technologies Used\n- React Native\n- Unsplash API\n- Axios for API requests\n- FlatList for efficient rendering of image grids\n\n### Installation\n1. Clone the repository:\n    ```bash\n    git clone git@github.com:GARY121github/ReactNativeProjects.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd FirstApp\n    ```\n3. Install dependencies:\n    ```bash\n    npm install\n    ```\n4. Run the application:\n    ```bash\n    npx react-native run-android\n    # Or for iOS:\n    npx react-native run-ios\n    ```\n\n### Usage\n- Open the app on your mobile device.\n- Scroll through the images fetched from the Unsplash API.\n\n---\n\n## Project 2: Password Generator App\n\n### Description\nThis React Native application generates secure and customizable passwords. Users can adjust password length and include/exclude specific character types (uppercase, lowercase, numbers, and symbols).\n\n### Features\n- Customizable password length.\n- Options to include/exclude character types.\n- Copy generated password to clipboard.\n- Minimalistic and responsive design.\n\n### Technologies Used\n- React Native\n- Random password generation logic\n- React Native Clipboard API\n\n### Installation\n1. Clone the repository:\n    ```bash\n    git clone git@github.com:GARY121github/ReactNativeProjects.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd PasswordGenerator\n    ```\n3. Install dependencies:\n    ```bash\n    npm install\n    ```\n4. Run the application:\n    ```bash\n    npx react-native run-android\n    # Or for iOS:\n    npx react-native run-ios\n    ```\n\n### Usage\n- Open the app on your mobile device.\n- Customize the password settings.\n- Tap the \"Generate\" button to create a new password.\n- Copy the password to your clipboard for use.\n\n---\n\n## Future Enhancements\n- Add advanced filters for image search in the Unsplash API app.\n- Integrate password strength indicator in the Password Generator app.\n- Explore more React Native components and libraries for enhanced functionality.\n- Develop additional React Native projects to strengthen my portfolio and gain more hands-on experience.\n\n## Acknowledgments\n- [Unsplash API](https://unsplash.com/developers) for providing high-quality images.\n- React Native community for extensive documentation and support.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Feedback\nI am continuously improving my skills and would love to hear your thoughts or suggestions about these projects. Feel free to reach out via email or submit an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgary121github%2Freactnativeprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgary121github%2Freactnativeprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgary121github%2Freactnativeprojects/lists"}