Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.31 KB

Arca Star Wars

This app uses public Star Wars API to show all characters and their informations.

Features

  • Pagination
  • Layout that remembers SW
  • On click you can see few attributes

Future features

  • Assemble Jest into project
  • Show all attributes
  • Infinite scroll

How to run the app

Throw an APK

You can install the last app's release from here.

Running the app locally

Requisites:

  • Expo
  • An configured ambient to React Native development

After clonning this repository, you should run yarn to install all dependencies.

Then, you can run the app with the follow line:

expo start

After that, a page will open in your navigator (probably localhost:3000) showing few project infos.

Now, all you need is scan the QR Code with your Expo GO app with your phone, or click in start in an emulator. :)