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
- Host: GitHub
- URL: https://github.com/markjsapp/string-cheat
- Owner: markjsapp
- Created: 2020-06-10T05:50:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T05:58:27.000Z (over 5 years ago)
- Last Synced: 2025-01-26T15:30:58.674Z (11 months ago)
- Topics: javascript, react-native-app, react-native-elements
- Language: JavaScript
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String Cheat

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