luisabfs / hero-mobile

React Native application for listing Marvel superheroes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 58.3%Language:Java 19.7%Language:JavaScript 6.9%Language:Ruby 6.1%Language:Objective-C 6.0%Language:Objective-C++ 3.0%