Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinroberts/shelfie

library manager for wav / mp3 sound files
https://github.com/kevinroberts/shelfie

mongodb mp3-files react react-router redux wav-files

Last synced: 4 days ago
JSON representation

library manager for wav / mp3 sound files

Awesome Lists containing this project

README

        

# shelfie [![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/kevinroberts/shelfie)
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.

## Technologies

- 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.