artutra / OpenChord

A React Native songbook app for guitar players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Chord Icon

OpenChord

Cross-platform chordpro reader app for Android and iOS written with React Native.

Build Status PRs Welcome License: GPL v3 David Discord

πŸ“· Screenshots

screenshot-1 screenshot-2 screenshot-3 screenshot-4 screenshot-5

πŸš€ Features

Open Chord is a React Native application for both Android and iOS that allows you to organize your chord charts, lyric sheets and songbooks with a simple app on your tablet or smartphone. Open Chord easily allows you to get rid of all that paper by displaying your music in a flexible, easy to read format.

To perform searches and download the songs the app uses OpenChordApi. OpenChordApi is currently BETA, which means it may be unreliable, unavailable or not working. That said, it's already useful and we're working to make it rock solid.

Join the community: Discord Chat

A few features include:

Feature Support
Render song with chordpro format βœ”οΈ
Import songs from the web βœ”οΈ
Transpose song βœ”οΈ
Create/edit song βœ”οΈ
Show/hide tabs βœ”οΈ
Configure font size βœ”οΈ
Show guitar chord diagrams βœ”οΈ
Autoscroll βœ”οΈ
Manage playlists βœ”οΈ
Search saved songs βœ”οΈ
Slide with touch πŸ•‘
Slide with volume button πŸ•‘
Multiple columns visualization πŸ•‘
Multiple languages support πŸ•‘
Chord dictionary πŸ•‘
Playlist presentation mode πŸ•‘

βœ”οΈ = supported

πŸ•‘ = will be supported in a future version

βœ–οΈ = currently no plans to support it in the near future

πŸ”¨ Try it yourself

1. Clone and Install

# clone the repo
git clone https://github.com/artutra/OpenChord.git

# Open the folder and install dependencies
cd OpenChord && npm install

2. Run it on both iOS and Android

# Run on iOS
npm run build:ios

# Run on Android
npm run build:android

Or use Docker (for Android)

# Build the container and run the build scripts inside it
docker-compose run --service-ports android bash

Obs: The docker container can't attatch to the device via USB. You have to build the app-debug.apk using npm run build:android, copy the generated file inside ./android/app/build/outputs/apk/debug/app-debug.apk and install it manually on the device.

Built With

  • React Native v0.60 - The framework for building native apps using React
  • Realm v3.0 - Realm is a mobile database that runs directly inside phones, tablets or wearables
  • React Navigation v4.0 - React Native module support navigation
  • React Native Vector Icons v6.6 - Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling
  • React Native Webview - A modern, well-supported, and cross-platform WebView for React Native
  • ChordSheetJS - A JavaScript library for parsing and formatting chord sheets
  • ChordPro - A text file format to write lead sheets, songs with lyrics and chords

πŸ™‹ How can you help

If you find any problems, feature requests, please open an issue or submit a fix as a pull request.

πŸ“° License

GNU General Public License v3.0

⭐ Credits

Made with ❀️ by Artur Miranda

About

A React Native songbook app for guitar players

License:GNU General Public License v3.0


Languages

Language:TypeScript 92.2%Language:Objective-C 2.4%Language:Java 1.3%Language:Ruby 1.3%Language:Dockerfile 1.1%Language:Starlark 1.1%Language:JavaScript 0.5%