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

https://github.com/cunningdj/marvelapp

My first take at a mobile app. This uses react native, and taps into the Marvel API to generate a randomly-selected list of heroes.
https://github.com/cunningdj/marvelapp

api create-react-native-app expo ios marvel marvel-characters marvel-comics mobile mobile-app mobile-development react-native

Last synced: 5 months ago
JSON representation

My first take at a mobile app. This uses react native, and taps into the Marvel API to generate a randomly-selected list of heroes.

Awesome Lists containing this project

README

          

# MarvelApp (CunningDJ)

This is my first take at a mobile app. It is created with react native, and taps into the Marvel API to grab and render a random list of Marvel characters.

## Dependencies
1. [NodeJS](https://nodejs.org/en/download/)
2. [Expo app](https://expo.io/learn) - Follow the App links, or search 'Expo' in your App Store. The other steps aren't necessary.
3. [Marvel API Keys](https://developer.marvel.com/account) - Need the secret and public keys.

## Instructions
1. Clone the repo
2. Make a `keys.json` file in the base path (Gist [here](https://gist.github.com/CunningDJ/cd16f7065efa9a676ef797e745bbdeec)). Get the Marvel API keys [here](https://developer.marvel.com/account).
3. In the CLI at the base path:
* Type `npm install`. This will install the app.
* Type `npm start`. This will initialize the app
4. Open the Expo app.
* If on Android, scan the QR code.
* If on iOS, type `s` in the CLI, and follow the instructions.