Skip to content

A React Native application utilizing Firebase and Redux, enabling users to seamlessly curate a collection of favorite articles from the mediaStack API. The app is designed for efficiency and precision, offering a refined user experience through the integration of these technologies.

Notifications You must be signed in to change notification settings

liorkasti/kst-mediaStack-news-app

Repository files navigation

Description:

A react-native app that allow the user to add favorites articles from mediaStack API with React Native and Redux.

Installation:

  1. Clone the project to your local machine
    git clone https://github.com/liorkasti/kst-mediaStack-news-app.git
  2. Install the application dependencies, run:
    npm install `or` yarn
  3. Run metro bundler
    npm start `or` yarn start
  4. Build the apk and install on your emulator or plugin device frontend (in another terminal) For Android, run:
    npm android  `or` yarn android
    For iOS, run:
    npm ios  `or` yarn ios

Enjoy! thank you.

TODOs:

  • Add react-navigation
  • Add Welcome Screen
  • Display articles from api in a Category Cards
  • Wrap with a state provider
  • Save favorites capability
  • Save user data on cloud

About

A React Native application utilizing Firebase and Redux, enabling users to seamlessly curate a collection of favorite articles from the mediaStack API. The app is designed for efficiency and precision, offering a refined user experience through the integration of these technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published