/epg-news-app

React Native - News APP (technology, science, sport) in portuguese.

Primary LanguageJavaScript

epg-news-app

#EPG News APP (technology, science, sports) in portuguese.

News app built with react native.

In that project, I got and I will get skills like:

  • ContextAPI;
  • Data Fetching from an external API (newsapi.org);
  • React Hooks;
  • Navigation/Routing with RN Router Flux;
  • State Management;
  • AsyncStorage;
  • Realm Database.

NB: To Execute the project require Expo.io

Running:
  1. Clone the project to your machine;
  2. Open the terminal to the project (cd .../epg-news-app)
  3. type: npm install or yarn (to install all project dependencies)
  4. Next: expo start or
    for android: expo start --android,
    for ios: expo start --ios