{"id":20587567,"url":"https://github.com/anonymous961/smallfiles","last_synced_at":"2026-05-14T12:33:11.435Z","repository":{"id":230906925,"uuid":"779438022","full_name":"Anonymous961/SmallFiles","owner":"Anonymous961","description":"A React Native app for quick and efficient PDF and image compression. Save time and space with our user-friendly tools that reduce file sizes without compromising quality. Perfect for easy sharing and storage.","archived":false,"fork":false,"pushed_at":"2024-05-22T18:52:19.000Z","size":1481,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:34:43.057Z","etag":null,"topics":["compress-images","compress-pdf","convert-pdf-documents","react-native"],"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/Anonymous961.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-03-29T20:55:08.000Z","updated_at":"2025-03-25T09:56:36.000Z","dependencies_parsed_at":"2024-05-21T19:46:53.081Z","dependency_job_id":"c1c6ca81-b461-4fe6-ad05-04effd0e58fd","html_url":"https://github.com/Anonymous961/SmallFiles","commit_stats":null,"previous_names":["anonymous961/pdflite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anonymous961/SmallFiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonymous961%2FSmallFiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonymous961%2FSmallFiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonymous961%2FSmallFiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonymous961%2FSmallFiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anonymous961","download_url":"https://codeload.github.com/Anonymous961/SmallFiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anonymous961%2FSmallFiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33025025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["compress-images","compress-pdf","convert-pdf-documents","react-native"],"created_at":"2024-11-16T07:18:01.218Z","updated_at":"2026-05-14T12:33:11.397Z","avatar_url":"https://github.com/Anonymous961.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmallFiles\n\nSmallFiles is a React Native application designed to simplify everyday tasks with three core features: PDF compression, image compression, and PDF to DOC conversion. Our app is aimed at making your file management and conversion needs effortless and efficient.\n\n\u003cdiv style=\"display: flex; flex-direction: row;\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/cLXD5tm6/Screenshot-2024-05-22-235117.png\" height=\"500px\" alt=\"intro\" title=\"intro\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/Kj7XKvyL/Screenshot-2024-05-22-235122.png\" height=\"500px\" alt=\"landing\" title=\"landing\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/nhFkfVR5/Screenshot-2024-05-22-235131.png\" height=\"500px\" alt=\"preview\" title=\"preview\"\u003e\n\u003c/div\u003e\n\n\u003cp\u003eBackend repository can be found \u003ca href=\"https://github.com/Anonymous961/pdf_compressor\"\u003ehere\u003c/a\u003e\u003c/p\u003e\n\n## Features\n\n1. PDF Compression\n\n- Reduce the size of your PDF files without compromising on quality.\n- Easy-to-use interface for selecting and compressing PDFs.\n- Save storage space and make sharing documents faster.\n\n2. Image Compression\n\n- Compress images to save space while maintaining resolution.\n- Supports various image formats (JPEG, PNG, etc.).\n- Simple and quick process to compress multiple images at once.\n\n3. PDF to DOC Conversion\n\n- Convert PDF files to editable DOC format.\n- Preserve the original formatting and layout of the PDF.\n- Convenient for editing and reusing PDF content.\n\nThis is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).\n\n# Getting Started\n\n\u003e **Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\n## Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n### Now what?\n\n- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).\n- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonymous961%2Fsmallfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonymous961%2Fsmallfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonymous961%2Fsmallfiles/lists"}