- 📜 About
- 📷 Screens
- 🧰 Technologies used
- 🚀 How to run
Application developed based on the challenge and design, proposed by umpontoseis, in order to improve skills and strengthen professional ties. The application uses a fake api to list character and movie data.
- React Native
- typescript
- json-server
- axios
- styled-components
- react-native-svg
- react-native-svg-transformer
- react-native-linear-gradient
# cloning repository
git clone https://github.com/AugustoMarcelo/marvel-heroes-challenge
# access folder
cd marvel-heroes-challenge
# install dependencies
yarn
# enable reverse proxy (allow you to use localhost)
adb reverse tcp:3000 tcp:3000
# running fake api
yarn api
# install app
yarn android