CoJam is a web-app that allows musicians to collaborate on music projects. Users can create projects, upload audio files, and invite other users to collaborate on their projects. Users can also join other users' projects and contribute to them.
CoJam is built using React for the front-end architecture, and Tone.js for the audio processing and playback.
You can run this project locally by cloning the repository and running the following commands:
npm install; npm run dev;