This is the mobile application for users of Kitty News. Users can view a list of articles and read each article. Users should log in to their account that they created on the web application(Kitty News Client User). Only subscribers can get an access to articles. Built with React Native.
-
Fork and clone Kitty News Client Mobile to your local workspace.
-
Install the project dependencies.
yarn
- Run the app on the simulator.
yarn ios
or
yarn android
As a visitor,
In order to see the available articles,
I would like to be able to see a list of articles on the mobile app.
As a subsriber,
In order to read a specific article on my phone,
I would like to be able to click on an article and have it displayed on the mobile app.
As a subsriber,
In order to get access to all articles,
I would like to be able to log in to the mobile app.
- React Native
- Expo/vector-icons
- React-native-async-storage/async-storage
- React-native-community/async-storage
- React-navigation/native
- React-navigation/stack
- React-native-paper
- React-redux
- Axios
- Craft Academy course material
- Craft Academy coaches: Thomas Ochman and Emma-Maria Thalen
MIT License