{"id":26296108,"url":"https://github.com/rohancyberops/zip-creater","last_synced_at":"2025-03-15T04:17:01.206Z","repository":{"id":262614150,"uuid":"887813827","full_name":"RohanCyberOps/Zip-Creater","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-13T10:57:24.000Z","size":312,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:31.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"chrohangurjar1"}},"created_at":"2024-11-13T10:31:03.000Z","updated_at":"2024-11-28T14:55:47.000Z","dependencies_parsed_at":"2024-11-13T11:43:51.661Z","dependency_job_id":null,"html_url":"https://github.com/RohanCyberOps/Zip-Creater","commit_stats":null,"previous_names":["chrohangurjar1/zip-creater","chrohangurjar/zip-creater","rohancyberops/zip-creater"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FZip-Creater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FZip-Creater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FZip-Creater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FZip-Creater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/Zip-Creater/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"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":[],"created_at":"2025-03-15T04:17:00.788Z","updated_at":"2025-03-15T04:17:01.188Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Rust","funding_links":["https://github.com/sponsors/chrohangurjar1"],"categories":[],"sub_categories":[],"readme":"\n---\n\n# Zip-Creater 🤐 \n\nAn easy-to-use, efficient solution for creating ZIP archives directly from the browser using WebAssembly! This project leverages the power of Rust and WebAssembly to bring high-speed file compression to the web without relying on server-side resources.\n\n![Screenshot7](doc/magic.gif)\n\n### 🚀 [Online Demo](https://mae664128.github.io/demo_web_zip_wasm/)\n\n## 🌟 Features\n- **WebAssembly-powered:** Achieve fast and efficient ZIP file creation directly in your browser.\n- **No Server Dependency:** Perform all tasks locally, ensuring data privacy and security.\n- **User-friendly Interface:** Simple drag-and-drop to add files and create your ZIP archives.\n- **Cross-platform:** Works seamlessly across modern browsers without installation.\n\n## 💻 Getting Started\n\nTo get started with **Zip-Creater** on your local machine, follow these steps:\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Rust**: [Install Rust](https://www.rust-lang.org/tools/install)\n- **Wasm-pack**: [Install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/chrohangurjar1/Zip-Creater.git\n```\n\n2. Navigate to the project folder:\n\n```bash\ncd Zip-Creater\n```\n\n3. Build the WebAssembly package using `wasm-pack`:\n\n```bash\nwasm-pack build --target web\n```\n\n4. Open the `index.html` file in your browser to see the project in action.\n\n### Optional: Use a Local Server\n\nFor a better development experience, it's recommended to run the project using a local server. You can use any static file server like `http-server` or `live-server`.\n\nFor `http-server`, use the following commands:\n\n```bash\nnpm install -g http-server\nhttp-server .\n```\n\nNow visit `http://localhost:8080` in your browser to try the demo.\n\n## 🎨 Demo\n\nCheck out the live demo of **Zip-Creater** by clicking on the link below:\n\n🌐 [Online Demo](https://mae664128.github.io/demo_web_zip_wasm/)\n\n## 🔧 How It Works\n\nThis project is built using **Rust** and **WebAssembly** to ensure maximum performance and efficiency. Files are added to the archive via a user-friendly interface, and the ZIP file is generated locally in the browser.\n\nKey technologies used:\n- **Rust** for high-performance file compression\n- **WebAssembly** to run Rust code directly in the browser\n- **HTML/CSS/JavaScript** for the front-end interface\n\n## 💡 Contributing\n\nWe welcome contributions from developers! If you have suggestions or improvements, feel free to fork the repository, create a branch, and submit a pull request.\n\nTo contribute:\n\n1. Fork the repository\n2. Create your 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. Create a new Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Acknowledgments\n\nSpecial thanks to the Rust and WebAssembly communities for providing the tools and inspiration to bring this project to life!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fzip-creater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fzip-creater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fzip-creater/lists"}