Skip to content

AugustoMarcelo/marvel-heroes-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel

📑 Index


📜 About

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.


📷 Screens


🧰 Technologies used

  • React Native
  • typescript
  • json-server
  • axios
  • styled-components
  • react-native-svg
  • react-native-svg-transformer
  • react-native-linear-gradient

🚀 How to run

  # 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

🔨 App developed by Marcelo Augusto