[go: nahoru, domu]

Skip to content

brtvcl/peerbox

Repository files navigation

Peerbox

Secure file sharing with Peer-to-Peer transfer made with React + Tailwind. It uses WebRTC technology to send files between peers.

Install & Build

Prerequisites

  • Install Node.js
  • Clone the repo

📦 After cloning the repo install dependecies with

npm i

📡 To run development server use dev script

npm run dev

🔧 To build use build script

npm run build

Demo

🌐 https://peerbox.netlify.app/

Tech

This project uses a number of open source projects to work properly:

  • [React.js] - JS library for crafting user interfaces
  • [Webpack] - Module bundler
  • [Tailwind] - A utility-first CSS framework
  • [Netlify] - Hosting service for static web apps
  • [WebRTC] - Real-time communication for the web
  • [PeerJS] - Easy to use wrapper for WebRTC

License

MIT