A web based application to manage and organize WAV sound files (clips) for a group of users. WAV files can be created and updated from any user account. A user can also favorite and tag clips to organize their collection.
- React.js, Redux and React-router based single page app
- Express.js based backend, user authentication handled via JSON Web Tokens - jwt.io
- MongoDB for persistence / data store
This project uses ESLint for syntax consistency, and the linting rules are included in this repository. Running npm lint will check the linting rules as well. Please make sure your code has no linting errors before submitting a pull request.