Skip to content

This is the Mobile app of a fullstack project that consists of three clients: user, admin and mobile. All being dealt with by a single API. Built with React Native.

Notifications You must be signed in to change notification settings

salindholm/kitty_news_client_mobile

 
 

Repository files navigation

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

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

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

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 subscriber,
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 subscriber,
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

About

This is the Mobile app of a fullstack project that consists of three clients: user, admin and mobile. All being dealt with by a single API. Built with React Native.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%