leo-pro / search-repo-mobile

React Native App with Github API integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📱 Search Github repositories Mobile

The objective of this project is to study mobile technologies, integrating the Github API with an application in React Native. In the search field it is possible to search for the name of the Github user. Some more features: * Component styling with CSS-in-JS (Styled Components) * Local storage on android/ios using AsyncStorage to save github users. * Navigation between app pages * Delete options with user confirmation * Repository information loaded with the native Webview component

🎬 Preview

Install and Run

To install and run the app:

  • Clone repository and install dependencies:
  git clone https://github.com/leo-pro/search-repo-mobile/
  cd search-repo-mobile
  yarn
  • Running on Android
  yarn android
  • Running on IOS
  npx pod-install ios
  yarn ios

Techs

Made With ❤️ & React Native by Leonardo Alves

About

React Native App with Github API integration


Languages

Language:JavaScript 55.6%Language:Objective-C 16.1%Language:Ruby 10.7%Language:Java 10.1%Language:Starlark 7.4%