https://github.com/isabelamoraes/star_wars_characters
https://github.com/isabelamoraes/star_wars_characters
axios expo google-fonts linear-gradient react-native react-navigation shimmer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/star_wars_characters
- Owner: isabelamoraes
- Created: 2020-12-29T13:11:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T22:11:14.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:12:40.293Z (over 1 year ago)
- Topics: axios, expo, google-fonts, linear-gradient, react-native, react-navigation, shimmer
- Language: JavaScript
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
STAR WARS CHARACTERS
Find the characters in the Star Wars' saga and see the details about him
Features |
Getting Started |
Reference
## Features
This project was developed with the following technology:
- **[Expo](https://expo.io/)** - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
## Getting Started
To clone and run this application, place from your command line:
```bash
# 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
```
## Reference
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](https://github.com/akabab/starwars-api).