Emma-Maria Thalen
Philip Gaunitz
Carlos Delgado
Janko Radakovic
Lautaro Parra
Front End: Ionic v.0.0.1 | CSS
Testing framework: This app is unfortunately not tested...
Deployed at: This app is unfortunately not deployed...
This is the mobile app for our project Newspaper Mars Times. This is the first time we worked with Ionic and developed a mobile application. Here the user can read free articles and if he/she already is a subscriber he/she can log in to read premium articles. For none subscriber or users without an account we redirect them to our website.
The master repository for the visitors interface, admin interface and API can be found here:
- Yarn
- React
- Cypress
- Axios
- React-redux
- Redux
- Redux-thunk
- J-tockauth
To test this application, fork the repo to your own GitHub account and clone it to your local workspace.
*Note:**Note:*All our clients are running on our deployed API, even when they are being used on a local server.
Install Ionic command line to run the project locally:
$ yarn add global @ionic/cli
Install all the dependencies:
$ yarn install
Start the React application and run it on your local host:
$ ionic serve
- Regular user: email: user@mail.com password: password
- Subscriber: email: subscriber@mail.com password: password
- That the user can sign up a new account
- That the user can buy a subsciption
- Add more personal features, such as a profile page
- Create functionality to comment and rate on articles
- Material provided by Craft Academy
- Faraz Naeem for demonstrating and instroducing us to Ionic