Features | Getting Started | Reference
This project was developed with the following technology:
- Expo - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
To clone and run this application, place from your command line:
# Clone this repository
$ git clone https://github.com/isabelamoraes/star_wars_characters.git star_wars_characters
# Install dependencies
$ yarn install
# Run the mobile application
$ yarn start
The information about the characters for this application comes from the open-source REST API Star Wars Character, available in the github repository akabab/starwars-api.