Skip to content

Latest commit

 

History

History
84 lines (59 loc) · 2.03 KB

README.md

File metadata and controls

84 lines (59 loc) · 2.03 KB

Kitty News Client Mobile

Description

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.

The code

Installation

  1. Fork and clone Kitty News Client Mobile to your local workspace.

  2. Install the project dependencies.

yarn
  1. Run the app on the simulator.
yarn ios

or

yarn android

The user interface, admin user interface, and API can be found here:

User stories

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.

Dependencies

  • 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

Acknowledgements

License

MIT License

Authors