{"id":24875531,"url":"https://github.com/simplecyber/easyshare","last_synced_at":"2026-05-06T07:35:28.810Z","repository":{"id":274671145,"uuid":"923004392","full_name":"SimpleCyber/EasyShare","owner":"SimpleCyber","description":"🚨 EasyShare is a platform that securely stores and shares data (text, images, PDFs, etc.) with simple access controls and no login required for saving data.","archived":false,"fork":false,"pushed_at":"2025-03-12T19:30:43.000Z","size":1000,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T19:34:48.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://easy-share-eta.vercel.app","language":"EJS","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/SimpleCyber.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":"2025-01-27T13:34:42.000Z","updated_at":"2025-03-12T19:30:47.000Z","dependencies_parsed_at":"2025-01-28T18:24:14.175Z","dependency_job_id":"1cb8373b-f1db-4eb2-abac-76050135b0d1","html_url":"https://github.com/SimpleCyber/EasyShare","commit_stats":null,"previous_names":["simplecyber/easyshare"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleCyber%2FEasyShare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleCyber%2FEasyShare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleCyber%2FEasyShare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimpleCyber%2FEasyShare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimpleCyber","download_url":"https://codeload.github.com/SimpleCyber/EasyShare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245772983,"owners_count":20669718,"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-02-01T08:17:06.964Z","updated_at":"2026-05-06T07:35:23.746Z","avatar_url":"https://github.com/SimpleCyber.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyShare - Simple File Sharing Application\n\nEasyShare is a web-based file sharing application that allows users to easily upload, share, and manage files with customizable access controls.\n\n![EasyShare Screenshot](image.png)\n\nProject link : https://shareitnow-6zno.onrender.com/\n\n## Features\n\n- 🌓 Dark/Light theme support\n- 📤 Drag \u0026 drop file uploads\n- 📊 Real-time upload progress\n- 🔍 File filtering by type\n- ✏️ Inline file renaming\n- 🔐 Private rooms with password protection\n- 🔗 Temporary share links (24-hour expiry)\n- 📝 Text file creation and editing\n- 📱 Responsive design for all devices\n\n## Tech Stack\n\n- **Frontend**: HTML, CSS (Tailwind CSS), JavaScript\n- **Backend**: Node.js, Express.js\n- **Storage**: Cloudinary\n- **Icons**: Font Awesome\n- **HTTP Client**: Axios\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/EasyShare.git\ncd EasyShare\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Create a `.env` file in the root directory with your Cloudinary credentials:\n```env\nCLOUD_NAME=your_cloud_name\nCLOUD_API_KEY=your_api_key\nCLOUD_API_SECRET=your_api_secret\nPORT=8080\n```\n\n4. Start the server:\n```bash\nnpm start\n```\n\n## Usage\n\n1. **File Upload**: \n   - Click the \"Upload File\" button or drag \u0026 drop files\n   - Monitor upload progress in real-time\n   - View uploaded files in the grid layout\n\n2. **File Management**:\n   - Filter files by type using the filter buttons\n   - Rename files by clicking the edit icon\n   - Preview, download, or delete files using the action buttons\n\n3. **Sharing Files**:\n   - Select multiple files using checkboxes\n   - Click \"Share Selected\" to generate a temporary share link\n   - Share links expire after 24 hours\n\n4. **Private Rooms**:\n   - Create a private room with custom ID and password\n   - Share the room link with intended recipients\n   - Access rooms using credentials\n\n5. **Text Files**:\n   - Create and edit text files directly in the browser\n   - Save and share text content seamlessly\n\n## Project Structure\n\n```\nFileShare/\n├── views/\n│   ├── index.ejs\n│   ├── shared.ejs\n│   └── error.ejs\n├── public/\n│   └── css/\n├── index.js\n├── package.json\n└── .env\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\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## Acknowledgments\n\n- [Tailwind CSS](https://tailwindcss.com/) for the styling\n- [Font Awesome](https://fontawesome.com/) for the icons\n- [Cloudinary](https://cloudinary.com/) for file storage\n- [Express.js](https://expressjs.com/) for the backend framework\n\n## Support\n\nFor support, email support@easyshare.com or open an issue in the repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplecyber%2Feasyshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplecyber%2Feasyshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplecyber%2Feasyshare/lists"}