App developed to help conductors to organize their band's repertoire. The App allows to create, update, delete, select and share the musics as a text between other apps. This project also was created aiming to study offline databases, so you can find a WatermelonDB implementation.
Requirements • Features • Screenshots • Used techs/libs • Author
# Clone this repo
$ git clone https://github.com/augustomarcelo/rappertoire
# Access the project folder
$ cd rappertoire
# Install the dependencies
$ expo install
# Run the application on develop mode
$ expo start
# You need to have the Expo Go installed in your device
- Create music
- Update music
- Delete music
- Filter music by title and/or music style
- Share selected music as text
- Sort music by number and recalculate order when creating/updating with existent numbers
Marcelo Augusto