Skip to content

Instantly share code, notes, and snippets.

@bryantee
Last active April 23, 2018 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryantee/141a808ed80e8d8ab3c670da32afdce7 to your computer and use it in GitHub Desktop.
Save bryantee/141a808ed80e8d8ab3c670da32afdce7 to your computer and use it in GitHub Desktop.
Tabris Challenge App Criteria

The Tabris 2 Challenge!

Acceptance Criteria

You can use as many APIs and concepts as you would like in your app, but it must contain at least one of each of the following:

  • Navigation View
    • At least one Page
    • At least one Tab
  • Read and Store something to localStorage
  • Use an external API to make a network request. (Fetch is natively supported :))
  • Make use of a Picker
  • Add a ScrollView (Vertical or horizontal)
  • Render some items in a CollectionView
  • Write you own component using class syntax. Import it and use it somewhere in your app.

Bonus Points

  • Use Canvas API to draw something
  • Have a pull-to-refresh w/ activity indicator
  • Add a drawer and menu button
  • Get with Chris and make a request to the STYR API to fetch data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment