Live demo: https://black-box-yebm.vercel.app/
In this project we will be working on BlackBox, a messaging app with a focus on cryptography, for the course of PRJ666.
Collaborators:
- Aanand Aman
- Rigels Hasani
- Gaganjeet Singh Vaid
- Vrushank Janakkumar
To see our progress, please git clone the repo and then cd blackbox into it.
After that, here's how to run the application:
git pull origin
npm install
^ This installs the node modules neccessary to run the app.
npm run dev
^ This starts the web application

