A react-native app that allow the user to add favorites articles from mediaStack API with React Native and Redux.
- Clone the project to your local machine
git clone https://github.com/liorkasti/kst-mediaStack-news-app.git
- Install the application dependencies, run:
npm install `or` yarn
- Run metro bundler
npm start `or` yarn start
- Build the apk and install on your emulator or plugin device frontend (in another terminal)
For Android, run:
For iOS, run:
npm android `or` yarn android
npm ios `or` yarn ios
Enjoy! thank you.
- 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