Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learnathon-by-geeky-solutions/dotcube
Repository for team dotCube
https://github.com/learnathon-by-geeky-solutions/dotcube
Last synced: 1 day ago
JSON representation
Repository for team dotCube
- Host: GitHub
- URL: https://github.com/learnathon-by-geeky-solutions/dotcube
- Owner: Learnathon-By-Geeky-Solutions
- License: mit
- Created: 2024-12-25T09:23:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T14:53:11.000Z (3 days ago)
- Last Synced: 2025-02-07T15:36:29.471Z (3 days ago)
- Language: C#
- Size: 802 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeltaShare by dotcube
## Team Information
- Mentor:
- [alamin4265](https://github.com/alamin4265)
- Members:
- [jahangir1x](https://github.com/jahangir1x) (Team Leader)
- [Tamim-Rahman101](https://github.com/Tamim-Rahman101)
- [Rejuanul463](https://github.com/Rejuanul463)## Project Description
Cross-platform file-sharing solution to exchange files seamlessly across Android, iOS, Linux, Windows, and Web. Includes offline pooling, global cloud sharing, and a developer-friendly CLI for efficient file sharing.## Key Features
- Offline file sharing without internet on local networks between multiple devices.
- Cross-platform compatibility: Android, iOS, Linux, Windows, Web.
- Command-line interface (CLI) for fast and efficient sharing.
- Global file sharing with secure cloud integration.
- Temporary sharing for use on public computers.## Getting Started
### Tools Required
- .NET SDK 8.0
- Visual Studio 2022
### Run Instructions
1. Install .NET SDK 8.0 from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
2. Download Visual Studio 2022 from [here](https://visualstudio.microsoft.com/downloads/).
3. Clone this repository `git clone https://github.com/Learnathon-By-Geeky-Solutions/dotcube.git`
4. Open `client_app/DeltaShare.sln` in Visual Studio 2022.
5. Build and run the project.
Detailed instructions can be found in the [wiki](wiki/Build-and-Run)## Resources
- [Project Wiki](wiki/)
- [Project Documentation](docs/)
- [Development Setup](docs/setup.md)
- [Contributing Guidelines](CONTRIBUTING.md)
- [License](LICENSE)