Skip to content

React Native application for listing Marvel superheroes.

Notifications You must be signed in to change notification settings

luisabfs/hero-mobile

Repository files navigation

Hero Mobile App

React Native application for listing Marvel superheroes!

alt text

How to start

These instructions will show you how to make a copy of this project and run it locally in a development environment:

Prerequisites

Installation

Clone the repository:

git clone https://github.com/luisabfs/hero-mobile.git

Initialize the dependencies in node_modules:

yarn install

Create a file called .env in the root of the project and add your API key:

API_KEY=YOURAPIKEY
API_HASH=YOURAPIHASH

Start and build the app:

yarn start
yarn ios // or yarn android

Run tests:

yarn test

Built with

About

React Native application for listing Marvel superheroes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published