Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 927 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 927 Bytes

Ionic 4 demo application

The toc

Short Description

This is a Ionic 4 + Angular 8 demo application. It includes:

  • dummy login page that assigns a random user from REQ|RES project
  • side menu when logged in only
  • stories page that loads xkcd comics through xkcd API proxy
  • story detail page
  • users page that lists users from REQ|RES project

How it looks

wireframes

How to use

Install

npm install

Run

ionic serve

What is not included

  • no testing... at all...
  • no backend, authentication is mocked