/rn-marvel-characters-list

Marvel Character List in React Native

Primary LanguageTypeScript

MARVEL CHARACTER LIST

Simple React Native project that fetches the Marvel API and shows a list of Marvel characters. When clicking on one of the character you can see some info about it.

How to run

The code was built using expo init command.

To execute it you need to:

  1. Have installed yarn|npm and the expo-cli.
  2. Run yarn to install all dependencies.
  3. Copy the file environment.js.sample, change the name to environment.js and change the values to use your Marvel keys
  4. Run expo start to run the Expo Server.
  5. Select to run in a Android Emulator (a) or in a iOS Emulator (i).

Screenshots