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

https://github.com/markjsapp/string-cheat

A guitar chord pocket guide made in React Native
https://github.com/markjsapp/string-cheat

javascript react-native-app react-native-elements

Last synced: 9 months ago
JSON representation

A guitar chord pocket guide made in React Native

Awesome Lists containing this project

README

          

# String Cheat
![](https://thumbs.gfycat.com/WeepyFelineKangaroo-size_restricted.gif)

## About
String Cheat is the first React Native app I've created that wasn't part of a tutorial! String Cheat is handy pocket guide that displays basic guitar chord shapes and finger positions. It utilizies ListItem from React Native Elements, a third party UI toolkit. More info on that library can be found [here](https://react-native-elements.github.io/react-native-elements/).

## Installation

You can install the app via Expo, however this will require you to download the Expo app from the Google Play Store/App Store. [Here](https://expo.io/@jovenjams/string-cheat) is the Expo snack link.

Additionally, you can download the files and open the project by using [npm](https://www.npmjs.com/get-npm). Then simply run the following command in the terminal of your choice while inside of the project folder:

```bash
npm start
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.