{"id":21383065,"url":"https://github.com/victor-palha/linksavernative","last_synced_at":"2026-05-04T00:32:11.901Z","repository":{"id":261507879,"uuid":"884513882","full_name":"Victor-Palha/linkSaverNative","owner":"Victor-Palha","description":"Link Saver - Native is a mobile application designed to help users save, categorize, and manage their favorite links. Built using React Native, Expo, and TailwindCSS, this app provides a seamless and intuitive user experience for organizing links into various categories.","archived":false,"fork":false,"pushed_at":"2024-11-06T22:28:11.000Z","size":509,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T06:49:47.662Z","etag":null,"topics":["react-native","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/Victor-Palha.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-06T22:20:51.000Z","updated_at":"2025-05-21T00:53:09.000Z","dependencies_parsed_at":"2024-11-06T23:37:20.359Z","dependency_job_id":null,"html_url":"https://github.com/Victor-Palha/linkSaverNative","commit_stats":null,"previous_names":["victor-palha/linksavernative"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Victor-Palha/linkSaverNative","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor-Palha%2FlinkSaverNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor-Palha%2FlinkSaverNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor-Palha%2FlinkSaverNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor-Palha%2FlinkSaverNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victor-Palha","download_url":"https://codeload.github.com/Victor-Palha/linkSaverNative/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor-Palha%2FlinkSaverNative/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001643,"owners_count":26083146,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["react-native","tailwindcss","typescript"],"created_at":"2024-11-22T11:19:39.469Z","updated_at":"2025-10-09T15:21:55.088Z","avatar_url":"https://github.com/Victor-Palha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Link Saver - Native\n## Overview\n\nLink Saver - Native is a mobile application designed to help users save, categorize, and manage their favorite links. Built using React Native, Expo, and TailwindCSS, this app provides a seamless and intuitive user experience for organizing links into various categories.\n\n## Images\n\nHere are some screenshots of the Link Saver - Native app:\n\n![Loading Screen](./docs/loading.png)\n![Home Screen](./docs/home.png)\n![Add Link](./docs/add-link.png)\n![View Links](./docs/modal.png)\n\n## Features\n\n- **Add Links**: Easily add new links with a name, URL, and category.\n- **Categorize Links**: Organize links into predefined categories for easy access.\n- **View Links**: Browse through saved links in a user-friendly interface.\n- **EDelete Links**: Modify or remove links as needed.\n- **Open Links**: Open saved links directly from the app.\n- **Responsive Design**: Optimized for both Android and iOS devices.\n\n## Installation\n\nTo get started with Link Saver - Native, follow these steps:\n\n1. **Clone the repository**:\n```sh\n    git clone https://github.com/Victor-Palha/linkSaverNative.git\n    cd linksSaverNative\n```\n\n2. **Install dependencies**:\n```sh\n    npm install\n```\n\n3. **Start the development server**:\n```sh\n    npm start\n```\n\n4. **Run on your device**:\n    - For Android:\n    ```sh\n        npm run android\n    ```\n    - For iOS:\n    ```sh\n        npm run ios\n    ```\n\n## Usage\n\n1. **Add a New Link**:\n    - Navigate to the \"Add\" screen.\n    - Enter the link name, URL, and select a category.\n    - Press the \"Add\" button to save the link.\n\n2. **View Links**:\n    - Links are displayed in a list format, categorized for easy browsing.\n    - Tap on a link to view more details or open/delete the link.\n\n3. **Manage Categories**:\n    - Categories can be selected from a predefined list.\n    - Links can be filtered by category for better organization.\n\n## Contributing\n\nWe welcome contributions to improve Link Saver - Native. To contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Make your changes and commit them (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature-name`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [React Native](https://reactnative.dev/)\n- [Expo](https://expo.dev/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [NativeWind](https://www.nativewind.dev/)\n\n## Contact\n\nFor any inquiries or feedback, please contact us at [jv.palha@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor-palha%2Flinksavernative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictor-palha%2Flinksavernative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor-palha%2Flinksavernative/lists"}